Hello Sten,

Did you manage to solve this task? I need to do exactly the same, so far
didn't find any solution.

I have multi-module project, and I defined three configurations in each
project - 

archives (default)
sources
javadocs

with appropriate jars assigned to each in artifacts. 

Then I have a non-java project that depends on all others, and in that
distribution project I'd like to build a zip with all jars from all projects
in the corresponding folders:

lib/core.jar
lib/ext.jar
sources/core-sources.jar
sources/ext-sources.jar
javadoc/core-javadoc.jar
javadoc/ext-javadoc.jar

Anyone know how to achieve that? My configuration of dependencies behaves
strangely, only giving me classes jars.


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Collect-source-javadoc-and-binary-dependencies-tp3341032p4328994.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to