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.22"   -DinteractiveMode=false 

Details about maven archetype hellosimulator-archetype

License

License

GroupId

GroupId

com.massisframework.massis
ArtifactId

ArtifactId

hellosimulator-archetype
Version

Version

1.2.22
Type

Type

maven-archetype
Description

Description

hellosimulator-archetype
Simple Hello World simulator

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.22 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.jogamp.gluegen : gluegen-rt-main jar 2.3.2
org.jogamp.jogl : jogl-all-main jar 2.3.2

Project Modules

There are no modules declared in this project.