You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael <sg...@gmx.net> on 2008/04/13 02:36:36 UTC

Building Multi Module Assembly

Hi,

I am trying to build a bin.zip for my multimodule project. I read the 
assembly plugin doc, tried several setups but still have absolutely no 
idea how to do it.

This is my current state:

2 modules, one module is a jar, the second is a war
I have attached javadoc:jar to the jar goal. So every jar has its own 
javadoc.jar

The idea:
The final zip shall contain a lib folder with parent's dependencies 
which already works. I have disabled modules' dependencies. Additionally 
it shall contain all jar modules along with their javadoc jar. War 
packages are excluded. Finally, I want the entire site assembled 
including modules' sites in a single directory.

The first (jars + javadocs jars) just won't work with modulesets. The 
site issue is not feasable at all with modulesets.

How can I achive this? I could do it with just a simple fileset but this 
is the solution I'd like to go.
Here's my project for the record: 
http://svn.fckeditor.net/FCKeditor.Java/branches/2.4/

Thanks in advance.

Mike

PS: why the heck is unpack set to true by default?
-- 
<NO> OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org