Does anyone have an example of a multi-module build that produces both aggregated binary and source distributions?
I've managed to borrow and adapt an assembly plugin config that builds a reasonable xxx-bin.zip file, but I'm not sure how to configure for the source. Right now, I have: project/core project/apps ... project/assembly Can I build two custom assemblies from one pom? (I tried adding <executions> for maven-assembly-plugin, but it complained that it had to be invoked directly.) Do I just need project/assembly-src project/assembly-bin ? The whole thing starts here if anyone would like to take a look around. :) http://svn.apache.org/repos/asf/struts/action/trunk -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
