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

Details about maven archetype spark-simple-archetype

License

License

GroupId

GroupId

fr.uha.ensisa.ff
ArtifactId

ArtifactId

spark-simple-archetype
Version

Version

0.0.7
Type

Type

maven-archetype
Description

Description

spark-simple-archetype
An extremely simple Spark kickoff project.
Project URL

Project URL

https://github.com/fondemen/spark-simple-archetype
Source Code Management

Source Code Management

https://github.com/fondemen/spark-simple-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.7 -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.