I\'m using a Java Maven program and I don\'t know what to enter as the
. I\'ve tried all kinds of things based off of numerous stackoverflow q
Please follow the below snippet.. it works..
4.0.0
com.xyz
test
jar
0.0.1-SNAPSHOT
TestProject
Sample Project
org.apache.maven.plugins
maven-compiler-plugin
3.8.1
1.8
1.8
org.apache.maven.plugins
maven-assembly-plugin
3.1.1
com.xyz.ABC.
jar-with-dependencies
make-assembly
package
single
Please note, you have to provide the full classified class name (class name including package name without .java
or .class
) of main class inside
tag.