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="8.0.0-M8"   -DinteractiveMode=false 

Details about maven archetype wicketstuff-scala-archetype

GroupId

GroupId

org.wicketstuff.scala
ArtifactId

ArtifactId

wicketstuff-scala-archetype
Version

Version

8.0.0-M8
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=8.0.0-M8 -DinteractiveMode=false