...
- Checkout the branch for the version you would like to build.
- Perform the Build Order steps (above)
- Build opencds-decision-support-service as follows (depending on the version of Drools you need):
mvn -P drools-5.3 -Dmaven.test.skip=true clean install
mvn -P drools-5.4 -Dmaven.test.skip=true clean install
mvn -P drools-6.1 -Dmaven.test.skip=true clean install
- The war file will be in the target folder.
Please note that only versions 5.3, 5.4, and 5.5, and 6.1 are currently supported.