Create Java project with Maven archetype siddhi-archetype-io

Siddhi, Stream Processing and Complex Event Processing Engine

Create a Java Project by archetype siddhi-archetype-io with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -D_IOType="My-_IOType"   -DgroupIdPostfix="My-groupIdPostfix"   -Dpackage="My-package"   -DartifactId="My-artifactId"   -DclassNameOfSink="My-classNameOfSink"   -DclassNameOfSource="My-classNameOfSource"   -DarchetypeGroupId="io.siddhi.extension.archetype"   -DarchetypeArtifactId="siddhi-archetype-io"   -DarchetypeVersion="2.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

_IOType
validationRegex: none
groupIdPostfix
validationRegex: none
package
validationRegex: none
artifactId
validationRegex: none
classNameOfSink
validationRegex: none
classNameOfSource
validationRegex: none

Details about maven archetype siddhi-archetype-io

License

License

GroupId

GroupId

io.siddhi.extension.archetype
ArtifactId

ArtifactId

siddhi-archetype-io
Version

Version

2.0.1
Type

Type

maven-archetype
Description

Description

Siddhi, Stream Processing and Complex Event Processing Engine

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.siddhi.extension.archetype -DarchetypeArtifactId=siddhi-archetype-io -DarchetypeVersion=2.0.1 -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.