]> source.dussan.org Git - pf4j.git/commitdiff
ready for travis-ci
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 5 Jun 2015 13:26:55 +0000 (16:26 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 5 Jun 2015 13:26:55 +0000 (16:26 +0300)
.travis.yml [new file with mode: 0644]
README.md

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..af0e470
--- /dev/null
@@ -0,0 +1,3 @@
+language: java
+jdk:
+    - oraclejdk7
index 2c37c8605f24fbaef97f45a3163f965d70bb2723..044bb6ac6997f88823e4cd6c3f8aafca82b598d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
 Plugin Framework for Java (PF4J)
 =====================
+
+[![Travis CI Build Status](https://travis-ci.org/decebals/pf4j.png)](https://travis-ci.org/decebals/pf4j)
+[![Maven Central](http://img.shields.io/maven-central/v/ro.fortsoft.pf4j/pf4j.svg)](http://search.maven.org/#search|ga|1|pf4j)
+
 A plugin is a way for a third party to extend the functionality of an application. A plugin implements extension points
 declared by application or other plugins. Also a plugin can define extension points.  
 
 **NOTE:** Starting with version 0.9 you can define an extension directly in the application jar (you're not obligated to put the extension in a plugin - you can see this extension as a default/system extension). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/demo/WhazzupGreeting.java) for a real example.  
 
-Current build status:  [![Build Status](https://buildhive.cloudbees.com/job/decebals/job/pf4j/badge/icon)](https://buildhive.cloudbees.com/job/decebals/job/pf4j/)
-
 Features/Benefits
 -------------------
 With PF4J you can easily transform a monolithic java application in a modular application.