Create Java project with Maven archetype scala-archetype-simple

The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.

Create a Java Project by archetype scala-archetype-simple with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.alchim31.maven"   -DarchetypeArtifactId="scala-archetype-simple"   -DarchetypeVersion="1.7"   -DinteractiveMode=false 

Details about maven archetype scala-archetype-simple

License

License

GroupId

GroupId

net.alchim31.maven
ArtifactId

ArtifactId

scala-archetype-simple
Version

Version

1.7
Type

Type

maven-archetype
Description

Description

Archetype - scala-archetype-simple
The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.
Project URL

Project URL

http://github.com/davidB/scala-archetype-simple
Source Code Management

Source Code Management

http://github.com/davidB/scala-archetype-simple/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.alchim31.maven -DarchetypeArtifactId=scala-archetype-simple -DarchetypeVersion=1.7 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.