I have 4 poms:

1) parent, which has common dependencies and configuration shared by children
2) persistence, which packages a jar and is a child of parent
3) services, which packages a war, is a child of parent, and has persistence as 
a dependency
4) logging, which packages a jar that is a dependency of both persistence and 
services but is not part of the parent-child relationship shared by the others

I want to use the Maven assembly plugin so that I can build a war file in one 
command line execution. This means packaging and installing logging, then 
packaging and installing persistence, then packaging services.

Can you tell me where I should define my assembly plugin configuration? At the 
parent? Also, what would it look like roughly?

Thanks.

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

Reply via email to