From bfe2f2fbbf7e8b0804cb6bbc0d67a1ddf3fa9c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Thu, 11 Aug 2016 14:08:29 -0300 Subject: [PATCH] addition of badges --- README.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.