Create Java project with Maven archetype nbm-suite-root

Root project archetype for creating multi module projects developing NetBeans IDE modules. Approximately similar in functionality to module suites in NetBeans Ant projects.

Create a Java Project by archetype nbm-suite-root with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DnetbeansVersion="My-netbeansVersion"   -DarchetypeGroupId="org.codehaus.mojo.archetypes"   -DarchetypeArtifactId="nbm-suite-root"   -DarchetypeVersion="1.10"   -DinteractiveMode=false 

Required parameters for generate java project:

netbeansVersion
validationRegex: none

Details about maven archetype nbm-suite-root

GroupId

GroupId

org.codehaus.mojo.archetypes
ArtifactId

ArtifactId

nbm-suite-root
Version

Version

1.10
Type

Type

maven-archetype
Description

Description

NetBeans Module Suite Archetype
Root project archetype for creating multi module projects developing NetBeans IDE modules. Approximately similar in functionality to module suites in NetBeans Ant projects.
Project Organization

Project Organization

Codehaus

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=nbm-suite-root -DarchetypeVersion=1.10 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.