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 Updated
  • netbeans-run-plugin-1.1.4

    Aug 31, 2007
  • netbeans-run-plugin-1.1.3

    Aug 13, 2007
  • netbeans-run-plugin-1.1.2

    Oct 24, 2006
  • netbeans-run-plugin-1.1.1

    Aug 09, 2006

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>