baerrach wrote:
> 
> 
> My file layout looks like:
> ROOT
> - pom.xml
> - module1
> - modulen
> - build
>   - pom.xml
> 
> Where the build/pom.xml will contain the assembly of everything that
> is needed from the other modules.
> 
> I don't think putting the assembly plugin and descriptor in the
> ROOT/pom.xml is correct as then it will be inherited by all the
> modules.  So the correct place to put together an aggregation is
> build/target.
> 
> Any one else doing this and have some hints?
> 
> 

If the inheritance is a problem, you can use the inherited tag when
configuring your plugin.

Gilles Scokart
-- 
View this message in context: 
http://www.nabble.com/Assembly-and-multi-levels-multi-modules-tf1747056.html#a5178340
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to