Tuesday, November 7, 2017

Mule Project Setup in Eclipse

Mule Project Installation and config in eclipse:


1.
git clone -b branchname https://...project-name.git
cd project-name
mvn clean install
mvn eclipse:eclipse

2. Import --> General --> Existing project into workspace --> Next --> Select Root Directory --> set the project path --> finish

3. Right click on the project and press [Convert to mule studio project]

No comments:

Post a Comment