Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.12 KB

BUILDING.md

File metadata and controls

31 lines (22 loc) · 1.12 KB

Building Log4j 2 Scala API

To build Log4j 2 Scala API, you need a JDK implementation version 1.8 or greater and Apache Maven 3.x.

To perform the license release audit, a.k.a. "RAT check", run.

mvn apache-rat:check

To install the jars in your local Maven repository, from a command line, run:

mvn clean install

Next, to build the site:

mvn site