MVN

org.apache.netbeans.utilities : nb-repository-plugin

Maven & Gradle

May 31, 2022
2 stars

Apache NetBeans Maven Utilities - 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.apache.netbeans.utilities</groupId>
    <artifactId>nb-repository-plugin</artifactId>
    <version>1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.netbeans.utilities : nb-repository-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.apache.netbeans.utilities : nb-repository-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
nb-repository-plugin-1.7
1.6
nb-repository-plugin-1.6
1.5
nb-repository-plugin-1.5
1.4
nb-repository-plugin-1.4

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.apache.netbeans.utilities</groupId>
    <artifactId>nb-repository-plugin</artifactId>
    <version>1.7</version>
</plugin>