Giter Site home page Giter Site logo

Comments (4)

richard-gibson avatar richard-gibson commented on May 30, 2024 1

As you said, all working with config below, thanks for the help

        java {
            withSourcesJar()
            withJavadocJar()
        }
        crossBuildScala_213(MavenPublication) {
            artifact crossBuildScala_211Jar
            artifact sourcesJar
            artifact javadocJar
        }

from gradle-crossbuild-scala.

richard-gibson avatar richard-gibson commented on May 30, 2024

...if this isn't possible I'm happy to look into a PR if I can get some pointers

from gradle-crossbuild-scala.

prokod avatar prokod commented on May 30, 2024

@richard-gibson Hi :)

I am not sure the plugin has this "currently under its wings" so to speak.

The plugin was written intentionally in such a way that the "standard" configuration is not touched by the plugin so you can generate javadoc and sources jar as you would otherwise.

I will be trying to simulate that in a test and hopefully come back with concrete usage example but if you have some specific feature/bug related to the interface between those tasks (javadoc, sources) and the plugin pleasedo refine this issue.

Cheers

from gradle-crossbuild-scala.

richard-gibson avatar richard-gibson commented on May 30, 2024

Hey,
Thanks so much for taking time to look at this. Just to clarify the end goal I'm trying to achieve is something like below

├── multiV_2.11
│   ├── maven-metadata-local.xml
│   └── 1.0.0
│       ├── multiV_2.11-1.0.0-javadoc.jar
│       ├── multiV_2.11-1.0.0-sources.jar
│       ├── multiV_2.11-1.0.0.jar
│       └── multiV_2.11-1.0.0.pom
├── multiV_2.12
│   ├── maven-metadata-local.xml
│   └── 1.0.0
│       ├── multiV_2.12-1.0.0-javadoc.jar
│       ├── multiV_2.12-1.0.0-sources.jar
│       ├── multiV_2.12-1.0.0.jar
│       └── multiV_2.12-1.0.0.pom
└── multiV_2.13
    ├── maven-metadata-local.xml
    └── 1.0.0
        ├── multiV_2.13-1.0.0-javadoc.jar
        ├── multiV_2.13-1.0.0-sources.jar
        ├── multiV_2.13-1.0.0.jar
        └── multiV_2.13-1.0.0.pom
        

If its better to take the components from the standard configuration and rename that's fine. I'm just not sure how easy that is with Maven config

from gradle-crossbuild-scala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.