Is it possible to configure the maven-jar-plugin to use a prefix for classes?

2008-04-25 Thread mraible

Is it possible to configure the maven-jar-plugin to use a prefix for classes?

I want to put them in a directory other than the root.

Thanks,

Matt
-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-configure-the-maven-jar-plugin-to-use-a-prefix-for-classes--tp16904340s177p16904340.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Is it possible to configure the maven-jar-plugin to use a prefix for classes?

2008-04-25 Thread Tom Huybrechts
I don't think so. But you can control the classesDirectory. So you
could configure project.build.outputDirectory to be
target/classes/prefix and override this in the jar plugin back to
target/classes...

On Fri, Apr 25, 2008 at 9:42 PM, mraible [EMAIL PROTECTED] wrote:

  Is it possible to configure the maven-jar-plugin to use a prefix for classes?

  I want to put them in a directory other than the root.

  Thanks,

  Matt
  --
  View this message in context: 
 http://www.nabble.com/Is-it-possible-to-configure-the-maven-jar-plugin-to-use-a-prefix-for-classes--tp16904340s177p16904340.html
  Sent from the Maven - Users mailing list archive at Nabble.com.


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]