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
License |
License |
---|---|
GroupId | GroupIdorg.codehaus.mojo.archetypes |
ArtifactId | ArtifactIdnetbeans-platform-app-archetype |
Version | Version1.20 |
Type | Typemaven-archetype |
Description |
DescriptionNetBeans Platform Application Archetype
Archetype for sample application based on NetBeans Platform. Creates parent POM with branding and empty NBM project.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
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