Hello, in case you are using Apache Maven to build your NetBeans Platform based application, I'd like to hear you feedback on the new version. I have it in the works for some time already and I think it's ready to be released. It reworks multiple areas that were causing trouble in previous releases. 1. matching netbeans runtime dependencies against maven dependencies in pom. 2. incomplete metadata in generated repository 3. support for generating final bits of a platform based application 4. generating webstartable bits
I've uploaded the nbm-maven-plugin 3.0-SNAPSHOT to http://snapshots.repository.codehaus.org along with the relevant updated archetypes. The temporary website of the plugin's snapshot is at http://codehaus.org/~mkleint/ The new version is not really compatible with the previous ones (2.6.x releases and 2.7-SNAPSHOTS). For details on changes, see http://codehaus.org/~mkleint/2630upgrade.html for a quick start sample netbeans platform based app, use the deployed archetype snapshot. mvn -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.1-SNAPSHOT -DarchetypeRepository=http://snapshots.repository.codehaus.org -DgroupId=org.kleint -DartifactId=milos -Dversion=1.0 archetype:generate Please note that you will have to include the http://snapshots.repository.codehaus.org in your ~/.m2/settings.xml file or in the generate project's pom to get the nbm-maven-plugin snapshot. Thanks in advance for any comments. Milos --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
