Create Java project with Maven archetype siddhi-archetype-script

Siddhi, Stream Processing and Complex Event Processing Engine

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -D_nameOfScript="My-_nameOfScript"   -DgroupIdPostfix="My-groupIdPostfix"   -Dpackage="My-package"   -DartifactId="My-artifactId"   -DclassNameOfScript="My-classNameOfScript"   -DarchetypeGroupId="io.siddhi.extension.archetype"   -DarchetypeArtifactId="siddhi-archetype-script"   -DarchetypeVersion="2.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

_nameOfScript
validationRegex: none
groupIdPostfix
validationRegex: none
package
validationRegex: none
artifactId
validationRegex: none
classNameOfScript
validationRegex: none

Details about maven archetype siddhi-archetype-script

License

License

GroupId

GroupId

io.siddhi.extension.archetype
ArtifactId

ArtifactId

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