aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2016-01-06 13:39:48 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2016-01-06 13:39:48 +0200
commit03ac519e7cff4dfa941e7ffafa85d24c3b879758 (patch)
tree06d8415f1ce441e9ce252b9b92ace02c1590730d /README.md
parent4e33c4b7c8a0d35d7f3bb27be0b496916275038e (diff)
downloadpf4j-03ac519e7cff4dfa941e7ffafa85d24c3b879758.tar.gz
pf4j-03ac519e7cff4dfa941e7ffafa85d24c3b879758.zip
Add SNAPSHOT maven repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76e60e9..4a8e48a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,23 @@ where ${pf4j.version} is the last pf4j version.
You may want to check for the latest released version using [Maven Search](http://search.maven.org/#search%7Cga%7C1%7Cpf4j)
+Also you can use the latest SNAPSHOT via the Sonatype Maven Repository. For this, you must add above lines in your `pom.xml`:
+
+```xml
+<repositories>
+ <repository>
+ <id>sonatype-nexus-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+</repositories>
+```
+
How to use
-------------------
It's very simple to add pf4j in your application: