maven shaded jar: change output location
问题 I'm having difficulty using the Maven Shade Plugin because I would like to have my shaded jar be installed to the same folder as the Parent pom (instead of the local src/target directory). The layout: maven_project guide/ parent_pom.xml projA/ pom.xml projB/ pom.xml /target original-projB-0.0.3.jar projB-0.0.3.jar (shaded jar) I have to export the project and to make it easier for others to run the executable jar I want to relocate the shaded jar to the guide folder. Unfortunately, I tried