How to install the Java artifact org.codehaus.mojo.unix.unix-sysv-pkg with Maven
Java
Maven
pom.xml
org.codehaus.mojo.unix
unix-sysv-pkg
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.unix</groupId>
<artifactId>unix-sysv-pkg</artifactId>
<version>1.0-alpha-5</version>
</dependency>
/dependencies>