Re: How to create many jars in package phase?

2009-06-18 Thread David Weintraub
/classifier /dependency More information at: http://maven.apache.org/plugins/maven-jar-plugin/index.html http://maven.apache.org/plugins/maven-jar-plugin/index.html -- View this message in context: http://www.nabble.com/How-to-create-many-jars-in-package

Re: How to create many jars in package phase?

2009-06-18 Thread Anders Hammar
: http://www.nabble.com/How-to-create-many-jars-in-package-phase--tp23646150p24070227.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: How to create many jars in package phase?

2009-06-17 Thread losa
-plugin/index.html http://maven.apache.org/plugins/maven-jar-plugin/index.html -- View this message in context: http://www.nabble.com/How-to-create-many-jars-in-package-phase--tp23646150p24070227.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: How to create many jars in package phase?

2009-06-17 Thread David Weintraub
information at: http://maven.apache.org/plugins/maven-jar-plugin/index.html http://maven.apache.org/plugins/maven-jar-plugin/index.html -- View this message in context: http://www.nabble.com/How-to-create-many-jars-in-package-phase--tp23646150p24070227.html Sent from the Maven - Users mailing

Re: How to create many jars in package phase?

2009-06-17 Thread Anders Hammar
: http://www.nabble.com/How-to-create-many-jars-in-package-phase--tp23646150p24070227.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: How to create many jars in package phase?

2009-06-17 Thread Jörg Schaible
Anders Hammar wrote: Only so that you don't forget, the general Maven rule is one project, one artifact. You could use classifiers to create more than one artifact for a project, but I don't really see the benefit. Have several projects is not bad (I think), it makes your code base

Re: How to create many jars in package phase?

2009-06-17 Thread Anders Hammar
That would really make this an Ant wolf in Maven disguise... And wolf in this context is not anything good! On Wed, Jun 17, 2009 at 20:47, Jörg Schaiblejoerg.schai...@gmx.de wrote: Anders Hammar wrote: Only so that you don't forget, the general Maven rule is one project, one artifact. You

Re: How to create many jars in package phase?

2009-06-17 Thread David Weintraub
-- View this message in context: http://www.nabble.com/How-to-create-many-jars-in-package-phase--tp23646150p24070227.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: How to create many jars in package phase?

2009-06-17 Thread Anders Hammar
               /dependency More information at: http://maven.apache.org/plugins/maven-jar-plugin/index.html http://maven.apache.org/plugins/maven-jar-plugin/index.html -- View this message in context: http://www.nabble.com/How-to-create-many-jars-in-package-phase--tp23646150p24070227.html

Re: How to create many jars in package phase?

2009-05-21 Thread Oleg Taranenko
Jesfre, may be maven assembly plugin helps you? am Thursday, May 21, 2009 um 1:46 AM schrieben Sie: Hi everybody... 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

How to create many jars in package phase?

2009-05-20 Thread Jesfre
-to-create-many-jars-in-package-phase--tp23646150p23646150.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: How to create many jars in package phase?

2009-05-20 Thread Wendy Smoak
On Wed, May 20, 2009 at 5:46 PM, Jesfre jesfre...@gmail.com 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