Create Java project with Maven archetype spark-simple-archetype

An extremely simple Spark kickoff project.

Create a Java Project by archetype spark-simple-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="fr.uha.ensisa.ff"   -DarchetypeArtifactId="spark-simple-archetype"   -DarchetypeVersion="0.0.3"   -DinteractiveMode=false 

Details about maven archetype spark-simple-archetype

GroupId

GroupId

fr.uha.ensisa.ff
ArtifactId

ArtifactId

spark-simple-archetype
Version

Version

0.0.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=fr.uha.ensisa.ff -DarchetypeArtifactId=spark-simple-archetype -DarchetypeVersion=0.0.3 -DinteractiveMode=false