This is my Maven project from MuleSoft's advanced development class
- Add the remote repository:
git remote add origin https://github.com/{yourGithubUser}/maven-project.git - Enter the repo:
cd maven-project - (Optional) Set your MULE_HOME env variable:
export MULE_HOME={locationOfMuleInstall} - Package and deploy:
mvn install