Create Java project with Maven archetype iobeam-spark-scala-maven-archetype

Maven archetype to set up an iobeam spark app project.

Create a Java Project by archetype iobeam-spark-scala-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.iobeam"   -DarchetypeArtifactId="iobeam-spark-scala-maven-archetype"   -DarchetypeVersion="0.12"   -DinteractiveMode=false 

Details about maven archetype iobeam-spark-scala-maven-archetype

License

License

GroupId

GroupId

com.iobeam
ArtifactId

ArtifactId

iobeam-spark-scala-maven-archetype
Version

Version

0.12
Type

Type

maven-archetype
Description

Description

iobeam-spark-scala-maven-archetype
Maven archetype to set up an iobeam spark app project.
Project URL

Project URL

http://www.iobeam.com/
Project Organization

Project Organization

440 Labs, Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.iobeam -DarchetypeArtifactId=iobeam-spark-scala-maven-archetype -DarchetypeVersion=0.12 -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.