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="org.scala-tools.archetypes"   -DarchetypeArtifactId="scala-archetype-simple"   -DarchetypeVersion="1.3"   -DinteractiveMode=false 

Details about maven archetype scala-archetype-simple

License

License

GroupId

GroupId

org.scala-tools.archetypes
ArtifactId

ArtifactId

scala-archetype-simple
Version

Version

1.3
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 Organization

Project Organization

Scala Tools

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-archetype-simple -DarchetypeVersion=1.3 -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.