How can I change the default location of the generated jar when I command "mvn package"?
Answer Posted / Vishal Kumar Sinha
To change the default location of the generated JAR file, you can use the assembly plugin. You can modify the assembly descriptor (pom.xml) to define a new directory for the output.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers