Builds a Java Archive (JAR) file from the compiled project classes and resources.
Plugin coordinates:
- Group Id: org.apache.maven.plugins
- Artifact Id: maven-jar-plugin
Plugin Prefix: jar
The
jar plugin has the following goals:
-
help:
Displays help information on maven-jar-plugin.
-
jar:
Builds a JAR from the current project.
-
test-jar:
Builds a JAR of the test classes for the current project.