Create Java project with Maven archetype siddhi-archetype-map

Siddhi, Stream Processing and Complex Event Processing Engine

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -D_mapType="My-_mapType"   -DgroupIdPostfix="My-groupIdPostfix"   -Dpackage="My-package"   -DartifactId="My-artifactId"   -DclassNameOfSinkMapper="My-classNameOfSinkMapper"   -DclassNameOfSourceMapper="My-classNameOfSourceMapper"   -DarchetypeGroupId="io.siddhi.extension.archetype"   -DarchetypeArtifactId="siddhi-archetype-map"   -DarchetypeVersion="2.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

_mapType
validationRegex: none
groupIdPostfix
validationRegex: none
package
validationRegex: none
artifactId
validationRegex: none
classNameOfSinkMapper
validationRegex: none
classNameOfSourceMapper
validationRegex: none

Details about maven archetype siddhi-archetype-map

License

License

GroupId

GroupId

io.siddhi.extension.archetype
ArtifactId

ArtifactId

siddhi-archetype-map
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-map -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.