You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Milos Kleint <mk...@gmail.com> on 2004/11/05 21:55:46 UTC

[ANN] maven plugin to create netbeans modules - 0.6 version

The mevenide team is pleased to announce the Maven NBM Plugin 0.6 release!

http://mevenide.codehaus.org/maven-nbm-plugin

This plugin creates a netbeans module artifact, also generates
nbm file for distribution of the module. Is able to generate the module
details from the pom and additional project properties.

Changes in this version include:

  Fixed bugs:

o Instead of selectively including items into NBM, include everything under
  ${maven.nbm.build.dir}/${maven.nbm.cluster.dir} Allows adding custom files
  into the nbm, in pregoals of nbm:prepare-nbm-resources.
o More customizations for netbeans.module.dep dependency property.
o Added maven.nbm.modulename property to allow customization of the netbeans
   module name.

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -DgroupId=mevenide
  -DartifactId=maven-nbm-plugin
  -Dversion=0.6

For a manual installation, you can download the plugin here:
http://mevenide.codehaus.org/repository/mevenide/plugins/maven-nbm-plugin-0.6.jar

Have fun!
-The mevenide team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org