Create Java project with Maven archetype siddhi-archetype-script

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

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="org.wso2.siddhi.extension.archetype"   -DarchetypeArtifactId="siddhi-archetype-script"   -DarchetypeVersion="1.0.2"   -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

org.wso2.siddhi.extension.archetype
ArtifactId

ArtifactId

siddhi-archetype-script
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Project Organization

Project Organization

WSO2

How to add to project

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