Re: How to "hook" into the package goal

2007-05-28 Thread Johan Lindquist
Hi Marcos, Check out the assembly plugin (see [1]), which should be able to help you with you what you want. Cheers, Johan [1] http://maven.apache.org/plugins/maven-assembly-plugin/ Marcos wrote: > Hi all :-) > > I've been using Maven to build my application and it's structured in the > foll

How to "hook" into the package goal

2007-05-28 Thread Marcos
Hi all :-) I've been using Maven to build my application and it's structured in the following way.: - 12 modules (01 of these has the class with the main entry point) - Each module has its own pom.xml file Ok what I want is something similar to JBoss directory structure ... for example, when