org.jboss.logging:jboss-logging-processor

Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs


License
LGPL-2.1+

Documentation

JBoss Logging Tools

The JBoss logging tools are used to create internationalized log statements and exceptions.

Building

Standard Maven build:

mvn clean install

To generate the site use the -Pgenerate-site profile or -Dgenerate-site system property when building.

mvn clean install -Dgenerate-site

Contributing