mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DstoreType="My-storeType" -DstoreTypeIncamelCase="My-storeTypeIncamelCase" -DstoreTypeInLowerCase="My-storeTypeInLowerCase" -DartifactId="My-artifactId" -DclassName="My-className" -DarchetypeGroupId="org.wso2.siddhi.extension.archetype" -DarchetypeArtifactId="siddhi-archetype-store" -DarchetypeVersion="1.0.1" -DinteractiveMode=false
GroupId | GroupIdorg.wso2.siddhi.extension.archetype |
---|---|
ArtifactId | ArtifactIdsiddhi-archetype-store |
Version | Version1.0.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.wso2.siddhi.extension.archetype -DarchetypeArtifactId=siddhi-archetype-store -DarchetypeVersion=1.0.1 -DinteractiveMode=false