To build the java .jar artifact, you need JDK, Maven and Git installed on your system.
Get the source code
Download the source code repository and optionally checkout a specific tag:
git clone https://github.com/indigo-dc/CloudProviderRanker.git
cd CloudProviderRanker
git checkout <tag>
Build the java .jar
Build the java .jar by running:
mvn clean install
After the compilation is done, the artifact can be found in the file target/CloudProviderRanker.jar. The artifact is dependency free as it contains all it needs.
Build RPM and DEB packages
To produce the .rpm and .deb packages just issue the command: