Business Rules-Specific Build Properties
When building composites from business rules assets, set the following Business Rules-specific properties in the master_build/build.properties file.
RULES.skip.clean
Specifies whether the build script should delete previously built assets when building the Rules assets. Set to:
true to keep the Rules assets from the previous builds.
false to delete the Rules assets from the previous builds. This is the default.
RULES.skip.on.validation.warning
Specifies whether the build script should create a rule project archive and composite when the rule project issues validation warnings. Set to:
true to create a project archive and composite.
false to turn off project archive and composite creation. This is the default.