Create Java project with Maven archetype nbm-archetype

Archetype for development of NetBeans modules in Maven.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DnetbeansVersion="My-netbeansVersion"   -DarchetypeGroupId="org.apache.netbeans.archetypes"   -DarchetypeArtifactId="nbm-archetype"   -DarchetypeVersion="1.17"   -DinteractiveMode=false 

Required parameters for generate java project:

netbeansVersion
validationRegex: none

Details about maven archetype nbm-archetype

License

License

GroupId

GroupId

org.apache.netbeans.archetypes
ArtifactId

ArtifactId

nbm-archetype
Version

Version

1.17
Type

Type

maven-archetype
Description

Description

Apache Netbeans Maven Utilties - NetBeans Module Archetype
Archetype for development of NetBeans modules in Maven.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/netbeans-mavenutils-archetype-nbm-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.netbeans.archetypes -DarchetypeArtifactId=nbm-archetype -DarchetypeVersion=1.17 -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.