You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by mraible <ma...@raibledesigns.com> on 2008/04/25 21:42:22 UTC

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

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Tom Huybrechts <to...@gmail.com>.
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 <ma...@raibledesigns.com> 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: users-unsubscribe@maven.apache.org
>  For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org