0

Add instruction to include rjenkinsjr repo in POM

This commit is contained in:
rjenkinsjr
2016-03-29 22:44:43 -04:00
parent 94898059bc
commit 953ff95150
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ ${project.name} for Plugin Developers
If you wish to use [SLF4J](http://slf4j.org) in your Bukkit plugin, or if your plugin has a dependency on a library that uses SLF4J:
+ Reference the [rjenkinsjr Maven2 Repository](https://github.com/rjenkinsjr/maven2) in your POM.
+ [Shade](https://maven.apache.org/plugins/maven-shade-plugin/usage.html) SLF4Bukkit into your plugin project:
```xml