diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2015-06-05 16:26:55 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2015-06-05 16:26:55 +0300 |
commit | 74aebb41b0c05220e90b13d46f55809db3ec74e8 (patch) | |
tree | f3fa774bb6f9acc65848213e6d2867925962a1c1 /README.md | |
parent | bbdfdfb77897478c05a35cda6ed86774cfeca179 (diff) | |
download | pf4j-74aebb41b0c05220e90b13d46f55809db3ec74e8.tar.gz pf4j-74aebb41b0c05220e90b13d46f55809db3ec74e8.zip |
ready for travis-ci
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |