The Mojo team is pleased to announce the release of the NetBeans Maven plugin version 3.7. This allows modules to be built according to the NetBeans module system. The plugin and accompanying archetypes have been tuned for the 7.1 platform release.

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

To get this update, simply specify the version in your project's plugin 
configuration:

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>nbm-maven-plugin</artifactId>
    <version>3.7</version>
</plugin>

or select the new netbeans-platform-app-archetype:1.11 from archetype:generate.

Plugin fixes:
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11293&version=17636

Archetype improvements:
- refer to 3.7 plugin
- request RELEASE71 of platform by default
- JUnit 4.10
- run installers goal by default in -Pdeployment
- automatically switch between cluster.path.final vs. all.clusters acc. to NB 
version
- NetBeans bug #207956 workaround
- define branding.token for benefit of NbModuleSuite in NB 7.1+ (#197066)
- added sample functional test
- branding module may not be disabled


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to