On Wed, May 20, 2009 at 5:46 PM, Jesfre <[email protected]> wrote: > I want to generate more than one .jar when executing >mvn package in a > module named common, this is necesary because many modules of the parent > project use diferent packages of the common module, so, I need to create > many .jars with diferent packages form the same common module. I tried with > executions sections in the configuration of the maven-jar-plugin, but, it's > necesary to set diferent names for the generated .jars and it isn't possible > with executions.
Generally the rule is that you produce one main artifact from each module. You may want to split this module up into several smaller ones. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
