MVN

org.apache.netbeans.archetypes : nbm-archetype

Maven & Gradle

Apr 12, 2023
1 stars

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

mvn archetype:generate -DarchetypeGroupId=org.apache.netbeans.archetypes -DarchetypeArtifactId=nbm-archetype -DarchetypeVersion=1.18
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.18

All Versions

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

Version Vulnerabilities Updated
1.18
nbm-archetype-1.18
1.17
nbm-archetype-1.17
1.16
nbm-archetype-1.16

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=nbm-archetype -DarchetypeVersion=1.18