From 953ff95150a40b2b02a8520b6910c75831fe0bc1 Mon Sep 17 00:00:00 2001 From: rjenkinsjr Date: Tue, 29 Mar 2016 22:44:43 -0400 Subject: [PATCH] Add instruction to include rjenkinsjr repo in POM --- src/github/README.md | 1 + src/site/markdown/devs.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/github/README.md b/src/github/README.md index 9e61a18..50fec2c 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -24,6 +24,7 @@ If you were linked here by documentation for a plugin that you're using on your ### 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 diff --git a/src/site/markdown/devs.md b/src/site/markdown/devs.md index 2e1a035..647af77 100644 --- a/src/site/markdown/devs.md +++ b/src/site/markdown/devs.md @@ -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