MVN

org.apache.maven.plugins : maven-one-plugin

Maven & Gradle

Jul 27, 2013

Apache Maven One Plugin (RETIRED) · Eases the migration from Maven 1.x to Maven 2.x by providing a POM converter etc.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-one-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
maven-one-plugin-1.3
1.2
maven-one-plugin-1.2
1.1
maven-one-plugin-1.1
1.0
maven-one-plugin-1.0

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.maven.plugins</groupId>
    <artifactId>maven-one-plugin</artifactId>
    <version>1.3</version>
</plugin>