I have a Maven POM set up with multiple build profiles. For one profile, I want to copy, move, or build the JAR file that is generated in the target folder to another folder. How can this be achieved?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

There is a similar question posted here Best practices for copying files with Maven.

link|improve this answer
Thanks, the ant task solved my problem. I was looking for an equivalent to ouptutDirectory in the root build element. This element doesn't exist within the build element that is within the profile element. – hoffmandirt Oct 16 '09 at 15:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.