MVN

org.apache.isis : quickstart-archetype

Maven & Gradle

Feb 10, 2012

quickstart-archetype

mvn archetype:generate -DarchetypeGroupId=org.apache.isis -DarchetypeArtifactId=quickstart-archetype -DarchetypeVersion=0.2.0-incubating
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.isis : quickstart-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.2.0-incubating

All Versions

Choose a version of org.apache.isis : quickstart-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.2.x
quickstart-archetype-0.2.0-incubating
0.1.x
quickstart-archetype-0.1.2-incubating

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.isis -DarchetypeArtifactId=quickstart-archetype -DarchetypeVersion=0.2.0-incubating

Advertisement