Create Java project with Maven archetype webapp-archetype

Circumflex is a set of software components for quick and robust application development using Scala programming language.

Create a Java Project by archetype webapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="pro.savant.circumflex"   -DarchetypeArtifactId="webapp-archetype"   -DarchetypeVersion="3.0-RC1"   -DinteractiveMode=false 

Details about maven archetype webapp-archetype

License

License

GroupId

GroupId

pro.savant.circumflex
ArtifactId

ArtifactId

webapp-archetype
Version

Version

3.0-RC1
Type

Type

maven-archetype
Description

Description

Circumflex Application Archetype
Circumflex is a set of software components for quick and robust application development using Scala programming language.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=pro.savant.circumflex -DarchetypeArtifactId=webapp-archetype -DarchetypeVersion=3.0-RC1 -DinteractiveMode=false

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0
org.scala-lang : scala-compiler jar 2.10.0
org.slf4j : slf4j-api jar 1.6.1
org.scalatest : scalatest_2.10.0 jar 1.8

test (4)

Group / Artifact Type Version
org.scala-lang : jline jar 2.10.0
junit : junit jar 4.11
ch.qos.logback : logback-classic jar 0.9.26
ch.qos.logback : logback-core jar 0.9.26

Project Modules

There are no modules declared in this project.