Maven2 NetBeans NBM Reload Plugin.
Maven plugin for installing NetBeans modules within NetBeans IDE.
Here is the list of declaration for netbeans-nbmreload-plugin. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.codehaus.mevenide</groupId> <artifactId>netbeans-nbmreload-plugin</artifactId> <version>1.0.1</version> </dependency>
If you think this Maven repository POM file listing for netbeans-nbmreload-plugin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The netbeans-nbmreload-plugin-1.0.1 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Build | maven-project 2.0.4 This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required. | 27 |
The following packages are defined in the netbeans-nbmreload-plugin-1.0.1.jar
org.codehaus.mevenide.plugins.nbmreload
Here is the content of the POM file.
<?xml version="1.0"?><project> <parent> <artifactId>ide-mojos</artifactId> <groupId>org.codehaus.mevenide</groupId> <version>1.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>netbeans-nbmreload-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven2 NetBeans NBM Reload Plugin</name> <version>1.0.1</version> <description>Maven plugin for installing NetBeans modules within NetBeans IDE</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>2.0.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0.4</version> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-util</artifactId> <version>RELEASE55</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.mevenide</groupId> <artifactId>reload-nbm-bridge</artifactId> <version>${mevenide.nb.release}</version> <scope>provided</scope> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>