MVN

org.apache.netbeans.archetypes : netbeans-platform-app-archetype

Maven & Gradle

Apr 12, 2023
2 stars

Apache Netbeans Maven Utilties - 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.apache.netbeans.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.23
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.23

All Versions

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

Version Vulnerabilities Updated
1.23
netbeans-platform-app-archetype-1.23
1.22
netbeans-platform-app-archetype-1.22
1.21
netbeans-platform-app-archetype-1.21

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.apache.netbeans.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.23