Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 559 Bytes

README.adoc

File metadata and controls

20 lines (11 loc) · 559 Bytes

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