diff --git a/README.md b/README.md index a9a3778..b25c583 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # apache-cloudstack-java-client +##Project status: [![Build Status](http://jenkinsbadge.autonomiccs.com.br/buildStatus/icon?job=Apache-cloudstack-java-client)](http://jenkins.autonomiccs.com.br/job/Apache-cloudstack-java-client/)Sonar quality gateCode coverageduplicated lines densitybugs This project facilitates the integration of Java applications with Apache CloudStack through its API. It is a Java framework that enables the execution of requests to Apache CloudStack API. If you want to write only a simple script I recommend you using CloudMonkey, instead of this framework. However, if you have the need to write a Java application that has to consume Apache CloudStack API, you are welcome to use this framework. You can find examples on how to use the framework at examples. The usage is as simple as that: diff --git a/pom.xml b/pom.xml index f17ad33..19e40be 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ apache-cloudstack-java-client 0.0.1-SNAPSHOT - Apache CloudStack Java Client + apache-cloudstack-java-client This project facilitates the integration of Java applications with Apache CloudStack through its API.