Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 3.17 KB

README.md

File metadata and controls

17 lines (16 loc) · 3.17 KB

List of ACE Goals

Goal Properties Description Examples stage
mvn ibm:generate-pom properties Creates a pom file for a project example dev
mvn ibm:ace-clean properties clean all target folder except the bar files example dev
mvn ibm:ace-properties properties reads/create the overrides from the application example dev
mvn ibm:ace-doc properties creates a markdown documentation of the application example dev
mvn ibm:ace-policy-properties properties creates the properties for replacement on deployment example dev
mvn ibm:ace-mqs properties creates a MQ Script (mqs) reading the nodes from the flows of the application example dev
mvn ibm:ace-override properties override the bar file with the properties inside the resource/properties folder example build
mvn ibm:ace-bar properties creates a bar file from the application example build
mvn ibm:ace-policy-bar properties creates a bar from the ace policy example build
mvn ibm:ace-policy-replace properties replace the values on the policy for the values in the properties example build
mvn ibm:ace-keywords properties create a keywords file and sets the file into the bar example deployment
mvn ibm:ace-deploy properties deploys all bar files from a folder example deployment
mvn ibm:mq-deploy properties connects to a MQ and execute the MQ scripts example deployment