How to install the Java artifact org.codehaus.mojo.appassembler-maven-plugin with Maven
Java
Maven
pom.xml
org.codehaus.mojo
appassembler-maven-plugin
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
<version>2.1.0</version>
</dependency>
/dependencies>