Allows to define KModuleDeploymentUnits based on either system property
or read from a file.
Structure of the deployment unit must conform to one of the format:
1. groupId:artifactId:version
2. groupId:artifactId:version:kbase-name:ksession-name
-
Provide a list of semicolon separated GAV deployments in above format as system parameter called:
jbpm.deployment.units
-
Provide text file where each line defines single deployment in above format and file location should be
given as absolute path via system parameter called: jbpm.deployment.units.file