In my pom.xml I use the maven-assembly-plugin to create an executable jar-with-dependencies when running \"mvn clean install\". Now it first creates the non-exe
pom.xml
Maybe im missing something about your question but the following code makes me a single executable jar: Is this what you are looking for?
org.apache.maven.plugins maven-jar-plugin 2.3.1 true some.main.class Proj-${project.version} target