Umusync tool is available for Sakai version 2.7.0, or higher. There are profiles for default configuration of 2.7.1 and 2.8.0. If you use other configuration should visit the page of set up profiles.
The tool is developed as an Indie project. Therefore, there are two project: the code and the deployment. We have used the mSub repository to store project maven artifacts that you need to do a default deployment. This let you deploy without compile the code.
The umusync-deploy project should be on Sakai base directory.
If you use a default configuration of Sakai you can deploy the tool without compile. This generate the artifacts needed to deploy later. To compile type in the umusync-indie base directory:
mvn clean install (-Pprofile)
The default profile is sakai2.7.1. If you use another version, you should active the profile appropriate to your version. For example, for 2.8.0 version you should type: -Psakai2.8.0
To deploy type in the umusync-deploy base directory:
mvn clean install sakai:deploy