MVN

org.sonatype.plugins : nexus-test-environment-maven-plugin

Maven & Gradle

Nov 25, 2010

Nexus Test Environment maven-plugin

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

Latest Version

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

  • Latest Stable: 1.6

All Versions

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

Version Vulnerabilities Updated
1.6
nexus-test-environment-maven-plugin-1.6
1.5
nexus-test-environment-maven-plugin-1.5
1.4
nexus-test-environment-maven-plugin-1.4
1.3
nexus-test-environment-maven-plugin-1.3
1.2
nexus-test-environment-maven-plugin-1.2
1.1
nexus-test-environment-maven-plugin-1.1
1.0
nexus-test-environment-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-test-environment-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>