Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 388 Bytes

maven-project

This is my Maven project from MuleSoft's advanced development class

How to run the project

  1. Add the remote repository: git remote add origin https://github.com/<your_uid>/maven-project.git

  2. Enter the repo: cd maven-project

  3. (Optional) Set your MULE_HOME env variable: export MULE_HOME={locationOfMuleInstall}

  4. Package and deploy: mvn install