Create Java project with Maven archetype scala-archetype

Scala archetype, to be used only for Jackadull projects.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Ddescription="My-description"   -DgroupId="My-groupId"   -Dversion="My-version"   -Dversion_dependency_jackadocs="My-version_dependency_jackadocs"   -Dversion_module_scala_parent="My-version_module_scala_parent"   -Dversion_plugin_exec_maven_plugin="My-version_plugin_exec_maven_plugin"   -DarchetypeGroupId="net.jackadull"   -DarchetypeArtifactId="scala-archetype"   -DarchetypeVersion="0.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

description
validationRegex: none
groupId
validationRegex: none
version
validationRegex: none
version_dependency_jackadocs
validationRegex: none
version_module_scala_parent
validationRegex: none
version_plugin_exec_maven_plugin
validationRegex: none

Details about maven archetype scala-archetype

License

License

GroupId

GroupId

net.jackadull
ArtifactId

ArtifactId

scala-archetype
Version

Version

0.3.0
Type

Type

maven-archetype
Description

Description

scala-archetype
Scala archetype, to be used only for Jackadull projects.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.jackadull -DarchetypeArtifactId=scala-archetype -DarchetypeVersion=0.3.0 -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.