Create Java project with Maven archetype kie-service-spring-boot-archetype


Create a Java Project by archetype kie-service-spring-boot-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DkjarGroupId="My-kjarGroupId"   -DkjarArtifactId="My-kjarArtifactId"   -DkjarVersion="My-kjarVersion"   -DarchetypeCatalog="My-archetypeCatalog"   -DappServerAddress="My-appServerAddress"   -DappServerPort="My-appServerPort"   -DjbpmConsolePort="My-jbpmConsolePort"   -Dpackage="My-package"   -DkieVersion="My-kieVersion"   -DappType="My-appType"   -DruntimeStrategy="My-runtimeStrategy"   -DremoteDebugEnabled="My-remoteDebugEnabled"   -DspringbootVersion="My-springbootVersion"   -DarchetypeGroupId="org.kie"   -DarchetypeArtifactId="kie-service-spring-boot-archetype"   -DarchetypeVersion="7.22.0.t042"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
kjarGroupId
validationRegex: none
kjarArtifactId
validationRegex: none
kjarVersion
validationRegex: none
archetypeCatalog
validationRegex: none
appServerAddress
validationRegex: none
appServerPort
validationRegex: none
jbpmConsolePort
validationRegex: none
package
validationRegex: none
kieVersion
validationRegex: none
appType
validationRegex: none
runtimeStrategy
validationRegex: none
remoteDebugEnabled
validationRegex: none
springbootVersion
validationRegex: none

Details about maven archetype kie-service-spring-boot-archetype

GroupId

GroupId

org.kie
ArtifactId

ArtifactId

kie-service-spring-boot-archetype
Version

Version

7.22.0.t042
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-service-spring-boot-archetype -DarchetypeVersion=7.22.0.t042 -DinteractiveMode=false