MVN

org.codehaus.mevenide : netbeans-run-plugin

Maven & Gradle

Aug 31, 2007
1 usages

Maven2 NetBeans JAR Running Plugin · Maven plugin for running within NetBeans IDE

<plugin>
    <groupId>org.codehaus.mevenide</groupId>
    <artifactId>netbeans-run-plugin</artifactId>
    <version>1.1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mevenide : netbeans-run-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of org.codehaus.mevenide : netbeans-run-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
netbeans-run-plugin-1.1.4
netbeans-run-plugin-1.1.3
netbeans-run-plugin-1.1.2
netbeans-run-plugin-1.1.1

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.mevenide</groupId>
    <artifactId>netbeans-run-plugin</artifactId>
    <version>1.1.4</version>
</plugin>