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