Create Java project with Maven archetype org.wso2.extension.siddhi.window-archetype

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 org.wso2.extension.siddhi.window-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dsiddhi_window_name="My-siddhi_window_name"   -DarchetypeGroupId="org.wso2.carbon.extension.archetype"   -DarchetypeArtifactId="org.wso2.extension.siddhi.window-archetype"   -DarchetypeVersion="2.0.16"   -DinteractiveMode=false 

Required parameters for generate java project:

siddhi_window_name
validationRegex: none

Details about maven archetype org.wso2.extension.siddhi.window-archetype

License

License

GroupId

GroupId

org.wso2.carbon.extension.archetype
ArtifactId

ArtifactId

org.wso2.extension.siddhi.window-archetype
Version

Version

2.0.16
Type

Type

maven-archetype
Description

Description

WSO2 Siddhi - Window Archetype for Template
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Project URL

Project URL

http://wso2.org
Project Organization

Project Organization

WSO2

How to add to project

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