File: README.adoc

package info (click to toggle)
jboss-logging-tools 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,656 kB
  • sloc: java: 9,687; xml: 438; javascript: 38; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= 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