Create Java project with Maven archetype bugvm-scala-template


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -Dpackage="My-package"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DmainClass="My-mainClass"   -DappName="My-appName"   -DarchetypeGroupId="com.bugvm"   -DarchetypeArtifactId="bugvm-scala-template"   -DarchetypeVersion="1.0.8"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
package
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
mainClass
validationRegex: none
appName
validationRegex: none

Details about maven archetype bugvm-scala-template

GroupId

GroupId

com.bugvm
ArtifactId

ArtifactId

bugvm-scala-template
Version

Version

1.0.8
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.bugvm -DarchetypeArtifactId=bugvm-scala-template -DarchetypeVersion=1.0.8 -DinteractiveMode=false