Create Java project with Maven archetype hellosimulator-archetype

Simple Hello World simulator

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.massisframework.massis"   -DarchetypeArtifactId="hellosimulator-archetype"   -DarchetypeVersion="1.2.10"   -DinteractiveMode=false 

Details about maven archetype hellosimulator-archetype

GroupId

GroupId

com.massisframework.massis
ArtifactId

ArtifactId

hellosimulator-archetype
Version

Version

1.2.10
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.massisframework.massis -DarchetypeArtifactId=hellosimulator-archetype -DarchetypeVersion=1.2.10 -DinteractiveMode=false