Create Java project with Maven archetype todoapp-archetype

Core framework, providing metamodel, runtime and core APIs. Also defines standard build process, as well as standard set of 3rd party dependencies (eg for testing and logging frameworks).

Create a Java Project by archetype todoapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.isis.archetype"   -DarchetypeArtifactId="todoapp-archetype"   -DarchetypeVersion="1.7.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-dom
  • ${rootArtifactId}-fixture
  • ${rootArtifactId}-integtests
  • ${rootArtifactId}-webapp

Details about maven archetype todoapp-archetype

License

License

GroupId

GroupId

org.apache.isis.archetype
ArtifactId

ArtifactId

todoapp-archetype
Version

Version

1.7.0
Type

Type

maven-archetype
Description

Description

todoapp-archetype
Core framework, providing metamodel, runtime and core APIs. Also defines standard build process, as well as standard set of 3rd party dependencies (eg for testing and logging frameworks).
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.isis.archetype -DarchetypeArtifactId=todoapp-archetype -DarchetypeVersion=1.7.0 -DinteractiveMode=false

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 16.0.1
org.hamcrest : hamcrest-library jar 1.3
org.slf4j : slf4j-api jar 1.7.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.jmock : jmock-junit4 jar 2.6.0
org.objenesis : objenesis jar 1.4

Project Modules

There are no modules declared in this project.