MVN

org.nakedobjects.archetypes : application

Maven & Gradle

Jun 30, 2009

Application Archetype

mvn archetype:generate -DarchetypeGroupId=org.nakedobjects.archetypes -DarchetypeArtifactId=application -DarchetypeVersion=4.0-beta-1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nakedobjects.archetypes : application to generate a Maven project - Latest Versions:

  • Latest Stable: 4.0-beta-1
  • Latest Beta: 4.0-beta-1
  • Latest Alpha: 4.0-alpha-4

All Versions

Choose a version of org.nakedobjects.archetypes : application to generate a Maven project - All Versions:

Version Vulnerabilities Updated
4.0
application-4.0-beta-1
application-4.0-alpha-4
application-4.0-alpha-3

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.nakedobjects.archetypes -DarchetypeArtifactId=application -DarchetypeVersion=4.0-beta-1