MVN

org.codehaus.mojo.archetypes : netbeans-platform-app-archetype

Maven & Gradle

Nov 14, 2015
0 stars

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

mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.20
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo.archetypes : netbeans-platform-app-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.20
  • Latest Beta: 1.3-beta-1

All Versions

Choose a version of org.codehaus.mojo.archetypes : netbeans-platform-app-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.20
netbeans-platform-app-archetype-1.20
1.19
netbeans-platform-app-archetype-1.19
1.18
netbeans-platform-app-archetype-1.18
1.17.x
netbeans-platform-app-archetype-1.17.1
1.17
netbeans-platform-app-archetype-1.17
1.16
netbeans-platform-app-archetype-1.16
1.15
netbeans-platform-app-archetype-1.15
1.14.x
netbeans-platform-app-archetype-1.14.1
1.14
netbeans-platform-app-archetype-1.14
1.13
netbeans-platform-app-archetype-1.13
1.12
netbeans-platform-app-archetype-1.12
1.11
netbeans-platform-app-archetype-1.11
1.10
netbeans-platform-app-archetype-1.10
1.9
netbeans-platform-app-archetype-1.9
1.8
netbeans-platform-app-archetype-1.8
1.7
netbeans-platform-app-archetype-1.7
1.6
netbeans-platform-app-archetype-1.6
1.5
netbeans-platform-app-archetype-1.5
1.4
netbeans-platform-app-archetype-1.4
1.3.x
netbeans-platform-app-archetype-1.3.1
1.3
netbeans-platform-app-archetype-1.3
netbeans-platform-app-archetype-1.3-beta-1
1.2.x
netbeans-platform-app-archetype-1.2.1
1.2
netbeans-platform-app-archetype-1.2
1.1
netbeans-platform-app-archetype-1.1
1.0.x
netbeans-platform-app-archetype-1.0.2
netbeans-platform-app-archetype-1.0.1
1.0
netbeans-platform-app-archetype-1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.20