MVN

org.apache.isis.archetype : helloworld-archetype

Maven & Gradle

Jan 14, 2019
0 stars

helloworld-archetype · This module defines a standard parent POM to use for various Incode applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs. Specifically this means locking down the versions of plugins using pluginManagement. It does NOT define any mixins for Apache Isis.

mvn archetype:generate -DarchetypeGroupId=org.apache.isis.archetype -DarchetypeArtifactId=helloworld-archetype -DarchetypeVersion=2.0.0-M2
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-M2

All Versions

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

Version Vulnerabilities Updated
2.0.x
helloworld-archetype-2.0.0-M2
helloworld-archetype-2.0.0-M1
1.17.x
helloworld-archetype-1.17.0
1.16.x
helloworld-archetype-1.16.2
helloworld-archetype-1.16.1
helloworld-archetype-1.16.0
1.15.x
helloworld-archetype-1.15.1
helloworld-archetype-1.15.0

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.archetype -DarchetypeArtifactId=helloworld-archetype -DarchetypeVersion=2.0.0-M2