I\'d like to place my output jar and jar-with-dependencies into another folder (not in target/ but in ../libs/).
target/
../libs/
How can I do that?
I would do it this way:
org.apache.maven.plugins maven-antrun-plugin 1.8 install run