Development
Log4j Tools uses GitHub for source code management.
The project requires a Java compiler matching the [17,18)
range and targets Java 8
.
You can build and verify sources using:
./mvnw verify
You can build and view the website as follows:
./mvnw -N site
You can view the generated website with a browser by pointing it to target/site
directory.
Release instructions
Log4j Tools employs the CI/CD foundation provided by the logging-parent
.
You can simply use its release instructions.