Create Java project with Maven archetype quickstart_wicket_restful_jdo-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 quickstart_wicket_restful_jdo-archetype with Command Line:

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

Generated Project modules

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

Details about maven archetype quickstart_wicket_restful_jdo-archetype

License

License

GroupId

GroupId

org.apache.isis.archetype
ArtifactId

ArtifactId

quickstart_wicket_restful_jdo-archetype
Version

Version

1.5.0
Type

Type

maven-archetype
Description

Description

quickstart_wicket_restful_jdo-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=quickstart_wicket_restful_jdo-archetype -DarchetypeVersion=1.5.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.