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


Create a Java Project by archetype org.wso2.extension.siddhi.streamfunction-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dsiddhi_stream_function_name="My-siddhi_stream_function_name"   -DarchetypeGroupId="org.wso2.carbon.extension.archetype"   -DarchetypeArtifactId="org.wso2.extension.siddhi.streamfunction-archetype"   -DarchetypeVersion="2.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

siddhi_stream_function_name
validationRegex: none

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

GroupId

GroupId

org.wso2.carbon.extension.archetype
ArtifactId

ArtifactId

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

Version

2.0.3
Type

Type

maven-archetype

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.streamfunction-archetype -DarchetypeVersion=2.0.3 -DinteractiveMode=false