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

Details about maven archetype wicketstuff-scala-archetype

License

License

GroupId

GroupId

org.wicketstuff.scala
ArtifactId

ArtifactId

wicketstuff-scala-archetype
Version

Version

9.10.0
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=wicketstuff-scala-archetype -DarchetypeVersion=9.10.0 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.wicket : wicket-core jar 9.10.0

Project Modules

There are no modules declared in this project.