Re: How do I build one jar per class file controlling the name of the jar?

2008-12-17 Thread CheapLisa
this with maven? ( examples please !!!) -- View this message in context: http://www.nabble.com/How-do-I-build-one-jar-per-class-file-controlling-the-name-of-the-jar--tp21044507p21044507.html Sent from the Maven - Users mailing list archive at Nabble.com

RE: How do I build one jar per class file controlling the name of the jar?

2008-12-17 Thread Edelson, Justin
plugin to handle this in a dynamic fashion. Justin -Original Message- From: CheapLisa [mailto:l...@purpleblade.net] Sent: Wednesday, December 17, 2008 1:01 PM To: users@maven.apache.org Subject: Re: How do I build one jar per class file controlling the name of the jar? Yes, I posted that I

How do I build one jar per class file controlling the name of the jar?

2008-12-16 Thread CheapLisa
to do this with maven? ( examples please !!!) -- View this message in context: http://www.nabble.com/How-do-I-build-one-jar-per-class-file-controlling-the-name-of-the-jar--tp21044507p21044507.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: How do I build one jar per class file controlling the name of the jar?

2008-12-16 Thread Mick Knutson
be the same as the Java class name so like: Name1.jar Name2.jar Name3.jar and then I need to copy these files to a specific directory. Is there a way to do this with maven? ( examples please !!!) -- View this message in context: http://www.nabble.com/How-do-I-build-one-jar