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:

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