I\'m trying to deploy a Maven artifact with a classifier. Since I need both the sources and the JAR (I\'m using it from GWT), I would like to get artifact-version-clas
artifact-version-clas
A bit more of an updated answer, using sources and javadoc
3.0.1 3.0.1 org.apache.maven.plugins maven-source-plugin ${maven.source.version} jre10-sources org.apache.maven.plugins maven-javadoc-plugin ${maven.javadoc.version} jre10-javadoc