Create Java project with Maven archetype xaloon-archetype-wicket-jpa-spring

Aggregator and parent to all Xaloon Archetypes

Create a Java Project by archetype xaloon-archetype-wicket-jpa-spring with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.xaloon.archetype"   -DarchetypeArtifactId="xaloon-archetype-wicket-jpa-spring"   -DarchetypeVersion="1.6.1"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-bl
  • ${rootArtifactId}-web

Details about maven archetype xaloon-archetype-wicket-jpa-spring

GroupId

GroupId

org.xaloon.archetype
ArtifactId

ArtifactId

xaloon-archetype-wicket-jpa-spring
Version

Version

1.6.1
Type

Type

maven-archetype
Description

Description

xaloon-archetype-wicket-jpa-spring
Aggregator and parent to all Xaloon Archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.xaloon.archetype -DarchetypeArtifactId=xaloon-archetype-wicket-jpa-spring -DarchetypeVersion=1.6.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.