MVN

org.sonatype.plugins : nexus-staging-maven-plugin

Maven & Gradle

Apr 21, 2022
63 usages

Nexus Staging Maven Plugin · Provides support to access staging functionality in a remote Nexus Professional server.

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

Latest Version

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

  • Latest Stable: 1.6.13

All Versions

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

Version Vulnerabilities Updated
1.6.x
nexus-staging-maven-plugin-1.6.13
nexus-staging-maven-plugin-1.6.12
nexus-staging-maven-plugin-1.6.11
nexus-staging-maven-plugin-1.6.10
nexus-staging-maven-plugin-1.6.9
nexus-staging-maven-plugin-1.6.8
nexus-staging-maven-plugin-1.6.7
nexus-staging-maven-plugin-1.6.6
nexus-staging-maven-plugin-1.6.5
nexus-staging-maven-plugin-1.6.4
nexus-staging-maven-plugin-1.6.3
nexus-staging-maven-plugin-1.6.2
nexus-staging-maven-plugin-1.6.1
1.6
nexus-staging-maven-plugin-1.6
1.5.x
nexus-staging-maven-plugin-1.5.1
1.4.x
nexus-staging-maven-plugin-1.4.8
nexus-staging-maven-plugin-1.4.7
nexus-staging-maven-plugin-1.4.6
nexus-staging-maven-plugin-1.4.5
nexus-staging-maven-plugin-1.4.4
nexus-staging-maven-plugin-1.4.3
nexus-staging-maven-plugin-1.4.2
nexus-staging-maven-plugin-1.4.1
1.4
nexus-staging-maven-plugin-1.4
1.3
nexus-staging-maven-plugin-1.3
1.2
nexus-staging-maven-plugin-1.2
1.1
nexus-staging-maven-plugin-1.1
1.0.x
nexus-staging-maven-plugin-1.0.2
nexus-staging-maven-plugin-1.0.1
1.0
nexus-staging-maven-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.sonatype.plugins</groupId>
    <artifactId>nexus-staging-maven-plugin</artifactId>
    <version>1.6.13</version>
</plugin>

Advertisement