MVN

org.codehaus.mevenide : netbeans-deploy-plugin

Maven & Gradle

Aug 31, 2007
1 usages

Maven2 NetBeans Deployment Plugin · Maven plugin for deployment within NetBeans IDE

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

Latest Version

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

  • Latest Stable: 1.2.4

All Versions

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

Version Vulnerabilities Updated
1.2.x
netbeans-deploy-plugin-1.2.4
netbeans-deploy-plugin-1.2.3
netbeans-deploy-plugin-1.2.2
netbeans-deploy-plugin-1.2.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-deploy-plugin</artifactId>
    <version>1.2.4</version>
</plugin>