MVN

org.dromara : northstar-external-archetype

Maven & Gradle

May 06, 2023

northstar-external-archetype

mvn archetype:generate -DarchetypeGroupId=org.dromara -DarchetypeArtifactId=northstar-external-archetype -DarchetypeVersion=6.0.0.BETA2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dromara : northstar-external-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 6.0.0.BETA2
  • Latest Beta: 6.0.0.BETA2

All Versions

Choose a version of org.dromara : northstar-external-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
6.0.x
northstar-external-archetype-6.0.0.BETA2

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.dromara -DarchetypeArtifactId=northstar-external-archetype -DarchetypeVersion=6.0.0.BETA2

Advertisement