Create Java project with Maven archetype streampipes-archetype-pe-sinks-jvm

A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.

Create a Java Project by archetype streampipes-archetype-pe-sinks-jvm with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DclassNamePrefix="My-classNamePrefix"   -DpackageName="My-packageName"   -DarchetypeGroupId="org.apache.streampipes"   -DarchetypeArtifactId="streampipes-archetype-pe-sinks-jvm"   -DarchetypeVersion="0.68.0"   -DinteractiveMode=false 

Required parameters for generate java project:

classNamePrefix
validationRegex: none
packageName
validationRegex: none

Details about maven archetype streampipes-archetype-pe-sinks-jvm

License

License

GroupId

GroupId

org.apache.streampipes
ArtifactId

ArtifactId

streampipes-archetype-pe-sinks-jvm
Version

Version

0.68.0
Type

Type

maven-archetype
Description

Description

streampipes-archetype-pe-sinks-jvm
A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sinks-jvm -DarchetypeVersion=0.68.0 -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.