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

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

Details about maven archetype wicket-scala-archetype

License

License

GroupId

GroupId

org.wicketstuff.scala
ArtifactId

ArtifactId

wicket-scala-archetype
Version

Version

1.5-RC5.1
Type

Type

maven-archetype
Description

Description

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

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.wicket : wicket pom 1.5-RC5.1

Project Modules

There are no modules declared in this project.