MVN

org.sonatype.plugins : nxrm3-maven-plugin

Maven & Gradle

Nov 28, 2022

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

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

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
nxrm3-maven-plugin-1.0.6
nxrm3-maven-plugin-1.0.5
nxrm3-maven-plugin-1.0.4
nxrm3-maven-plugin-1.0.3
nxrm3-maven-plugin-1.0.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>nxrm3-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>