From 03ac519e7cff4dfa941e7ffafa85d24c3b879758 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Wed, 6 Jan 2016 13:39:48 +0200 Subject: [PATCH] Add SNAPSHOT maven repository --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + +``` + How to use ------------------- It's very simple to add pf4j in your application: -- 2.39.5