Hallo

i currently try to understand how the assembly plugin works. i have a multi-module build (lets say m1 to m5) which creates sources and javadocs when a release is done.

from this point i want to create different zip files
 - one which contains the jars of m1, m2, m3
 - one which contains both jars and javadocs from m1, m2, m3
 - one that contains everything (jar, sources, javadocs)
 - and the same variants for modules m1, m2, m4, m5

normally i use the flags: -DdownloadSources=true -DdownloadJavadocs=true
to let maven download both sources and javadocs. but both dependency plugin and assembly plugin seem to ignore that. only the jars are copied to the target folder.

is there some trick or would an ant script do a better job here?


thanks for any input :)
regards

ossi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to