Create Java project with Maven archetype wicketstuff-scala-archetype

Basic setup for a project that combines Scala and Wicket, depending on the Wicket-Scala project. Includes an example Specs test.

Create a Java Project by archetype wicketstuff-scala-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.wicketstuff.scala"   -DarchetypeArtifactId="wicketstuff-scala-archetype"   -DarchetypeVersion="6.21.0"   -DinteractiveMode=false 

Details about maven archetype wicketstuff-scala-archetype

GroupId

GroupId

org.wicketstuff.scala
ArtifactId

ArtifactId

wicketstuff-scala-archetype
Version

Version

6.21.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.wicketstuff.scala -DarchetypeArtifactId=wicketstuff-scala-archetype -DarchetypeVersion=6.21.0 -DinteractiveMode=false