MVN

org.sonatype.plugins : nexus-maven-plugin

Maven & Gradle

Jul 24, 2012
95 stars

Nexus : Maven Plugins : Nexus · Maven plugin used to interact with Nexus and Nexus Professional instances.

<plugin>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>nexus-maven-plugin</artifactId>
    <version>2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1
  • Latest Release Candidate: 1.8-RC3

All Versions

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

Version Vulnerabilities Updated
2.1
nexus-maven-plugin-2.1
2.0.x
nexus-maven-plugin-2.0.6
nexus-maven-plugin-2.0.5
nexus-maven-plugin-2.0.4-1
nexus-maven-plugin-2.0.4
nexus-maven-plugin-2.0.3
nexus-maven-plugin-2.0.2
nexus-maven-plugin-2.0.1
2.0
nexus-maven-plugin-2.0
1.9.x
nexus-maven-plugin-1.9.2.4
nexus-maven-plugin-1.9.2.3
nexus-maven-plugin-1.9.2.2
nexus-maven-plugin-1.9.2.1
nexus-maven-plugin-1.9.2
1.8
nexus-maven-plugin-1.8-RC3
nexus-maven-plugin-1.8-RC2
1.7
nexus-maven-plugin-1.7-RC1
nexus-maven-plugin-1.7
1.6
nexus-maven-plugin-1.6
1.5.x
nexus-maven-plugin-1.5.1
1.5
nexus-maven-plugin-1.5
1.4
nexus-maven-plugin-1.4
1.3.x
nexus-maven-plugin-1.3.3
nexus-maven-plugin-1.3.2.1
nexus-maven-plugin-1.3.2

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.sonatype.plugins</groupId>
    <artifactId>nexus-maven-plugin</artifactId>
    <version>2.1</version>
</plugin>