MVN

org.apache.pluto : maven-pluto-plugin

Maven & Gradle

Feb 04, 2009

Maven Pluto Installer Plugin

<plugin>
    <groupId>org.apache.pluto</groupId>
    <artifactId>maven-pluto-plugin</artifactId>
    <version>1.1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pluto : maven-pluto-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.7
  • Latest Beta: 1.1.0-beta2

All Versions

Choose a version of org.apache.pluto : maven-pluto-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-pluto-plugin-1.1.7
maven-pluto-plugin-1.1.6
maven-pluto-plugin-1.1.5
maven-pluto-plugin-1.1.4
maven-pluto-plugin-1.1.3
maven-pluto-plugin-1.1.2
maven-pluto-plugin-1.1.1
maven-pluto-plugin-1.1.0
maven-pluto-plugin-1.1.0-beta2

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.apache.pluto</groupId>
    <artifactId>maven-pluto-plugin</artifactId>
    <version>1.1.7</version>
</plugin>