Create Java project with Maven archetype circumflex-archetype

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

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="ru.circumflex"   -DarchetypeArtifactId="circumflex-archetype"   -DarchetypeVersion="2.5"   -DinteractiveMode=false 

Details about maven archetype circumflex-archetype

License

License

GroupId

GroupId

ru.circumflex
ArtifactId

ArtifactId

circumflex-archetype
Version

Version

2.5
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=ru.circumflex -DarchetypeArtifactId=circumflex-archetype -DarchetypeVersion=2.5 -DinteractiveMode=false

Dependencies

compile (4)

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

test (5)

Group / Artifact Type Version
org.scala-lang : jline jar 2.9.2
junit : junit jar 4.10
commons-lang : commons-lang jar 2.5
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.