MVN

org.apache.isis.archetype : simpleapp-archetype

Maven & Gradle

Jan 14, 2019
0 stars

simpleapp-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=simpleapp-archetype -DarchetypeVersion=2.0.0-M2
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-M2

All Versions

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

Version Vulnerabilities Updated
2.0.x
simpleapp-archetype-2.0.0-M2
simpleapp-archetype-2.0.0-M1
1.17.x
simpleapp-archetype-1.17.0
1.16.x
simpleapp-archetype-1.16.2
simpleapp-archetype-1.16.1
simpleapp-archetype-1.16.0
1.15.x
simpleapp-archetype-1.15.1
simpleapp-archetype-1.15.0
1.14.x
simpleapp-archetype-1.14.0
1.13.x
simpleapp-archetype-1.13.2.1
simpleapp-archetype-1.13.2
simpleapp-archetype-1.13.1
simpleapp-archetype-1.13.0
1.12.x
simpleapp-archetype-1.12.2
simpleapp-archetype-1.12.1
simpleapp-archetype-1.12.0
1.11.x
simpleapp-archetype-1.11.1
simpleapp-archetype-1.11.0
1.10.x
simpleapp-archetype-1.10.0
1.9.x
simpleapp-archetype-1.9.0
1.8.x
simpleapp-archetype-1.8.0
1.7.x
simpleapp-archetype-1.7.0
1.6.x
simpleapp-archetype-1.6.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=simpleapp-archetype -DarchetypeVersion=2.0.0-M2