Create Java project with Maven archetype netbeans-platform-app-archetype

Archetype for sample application based on NetBeans Platform. Creates parent POM with branding and empty NBM project.

Create a Java Project by archetype netbeans-platform-app-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DnetbeansVersion="My-netbeansVersion"   -DarchetypeGroupId="org.codehaus.mojo.archetypes"   -DarchetypeArtifactId="netbeans-platform-app-archetype"   -DarchetypeVersion="1.20"   -DinteractiveMode=false 

Required parameters for generate java project:

netbeansVersion
validationRegex: none

Details about maven archetype netbeans-platform-app-archetype

License

License

GroupId

GroupId

org.codehaus.mojo.archetypes
ArtifactId

ArtifactId

netbeans-platform-app-archetype
Version

Version

1.20
Type

Type

maven-archetype
Description

Description

NetBeans Platform Application Archetype
Archetype for sample application based on NetBeans Platform. Creates parent POM with branding and empty NBM project.
Project Organization

Project Organization

MojoHaus
Source Code Management

Source Code Management

https://github.com/mojohaus/netbeans-platform-app-archetype/tree/netbeans-platform-app-archetype-1.20

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.20 -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.