MVN

org.codehaus.mojo : nb-repository-plugin

Maven & Gradle

Mar 26, 2015

NB Repository Plugin · Maven plugin for creating Maven Repository out of a NetBeans installation (and other sources) for consumption by the projects using nbm-maven-plugin.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>nb-repository-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : nb-repository-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.codehaus.mojo : nb-repository-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
nb-repository-plugin-1.3
1.2
nb-repository-plugin-1.2
1.1
nb-repository-plugin-1.1
1.0.x
nb-repository-plugin-1.0.1
1.0
nb-repository-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.codehaus.mojo</groupId>
    <artifactId>nb-repository-plugin</artifactId>
    <version>1.3</version>
</plugin>