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
- Host: GitHub
- URL: https://github.com/forge/slf4j-addon
- Owner: forge
- Created: 2015-12-22T16:35:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T15:14:08.000Z (about 10 years ago)
- Last Synced: 2025-01-21T08:44:29.934Z (about 1 year ago)
- Topics: addon
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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