An open API service indexing awesome lists of open source software.

https://github.com/forge/slf4j-addon

SLF4J addon for JBoss Forge
https://github.com/forge/slf4j-addon

addon

Last synced: 12 months ago
JSON representation

SLF4J addon for JBoss Forge

Awesome Lists containing this project

README

          

== JBoss Forge SLF4J addon
:idprefix: id_
This addon *provides classes* for use in other addons.
You *must* use this addon if you want to use SLF4J in your addon. Make sure that your addon excludes any SLF4J dependencies.

=== Dependencies: None

== Setup

This Addon requires the following installation steps.

=== Add configuration to you addon's pom.xml

To use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:
[source,xml]
----

org.jboss.forge.addon
slf4j
forge-addon
1.7.13

----

NOTE:: This addon is already added to the _forge-bom_, so if you can skip the version information if you already use it