This project aggregates all the different projects used by Studio 6 and Studio 7 or any other project managed by the Studio Team.
To clone this project use the following command:
git clone --recursive git@github.com:mulesoft-labs/mule-tooling-universe.git
This command guarantees that all the submodules included in the project will be also checked out.
Since the master will be pointing to an specific commit and not the master branch you must execute:
./setBranches.sh
Note: if you have problems cloning the project is because it requires a SSH key installed for your user to be able to connect to GitHub. If that's the case follow the instructions described here. And don't forget to add the key to you GitHub account.
This project has two main folders. Both studio6 and studio7 folders contains all repositories and branches which are used for that particular version. All repositories which are in the root of the project are used in both Studio versions.