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?
|
feedback
|
|
There is a similar question posted here Best practices for copying files with Maven. | |||
feedback
|