MVN

org.codehaus.mojo : unix-maven-plugin

Maven & Gradle

Jul 11, 2011

Maven Unix Plug-In

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>unix-maven-plugin</artifactId>
    <version>1.0-alpha-5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : unix-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-alpha-5
  • Latest Alpha: 1.0-alpha-5

All Versions

Choose a version of org.codehaus.mojo : unix-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
unix-maven-plugin-1.0-alpha-5
unix-maven-plugin-1.0-alpha-4
unix-maven-plugin-1.0-alpha-3
unix-maven-plugin-1.0-alpha-2
unix-maven-plugin-1.0-alpha-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>unix-maven-plugin</artifactId>
    <version>1.0-alpha-5</version>
</plugin>

Advertisement