Codebase list jboss-logging-tools / e5ae783e-1316-40b7-abf1-ec17041b13ea/main README.adoc
e5ae783e-1316-40b7-abf1-ec17041b13ea/main

Tree @e5ae783e-1316-40b7-abf1-ec17041b13ea/main (Download .tar.gz)

README.adoc @e5ae783e-1316-40b7-abf1-ec17041b13ea/mainraw · history · blame

= JBoss Logging Tools

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

For user documentation see https://jboss-logging.github.io/jboss-logging-tools/. For annotation JavaDoc's see
https://jboss-logging.github.io/jboss-logging-tools/apidocs/.

== 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