I'd like to place my output jar and jar-with-dependencies into another folder (not in target/ but in ../libs/)
How can I do that?
Thanks
|
|
You can use the outputDirectory parameter of the maven-jar-plugin for this purpose:
But as cdegroot wrote, you should probably better not fight the maven way. |
|||||||
|