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
License |
License |
---|---|
GroupId | GroupIdorg.scala-tools.archetypes |
ArtifactId | ArtifactIdscala-archetype-simple |
Version | Version1.3 |
Type | Typemaven-archetype |
Description |
DescriptionArchetype - scala-archetype-simple
The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-archetype-simple -DarchetypeVersion=1.3 -DinteractiveMode=false