Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 394 Bytes

File metadata and controls

31 lines (20 loc) · 394 Bytes

Contributing

Building

Basic build:

mvn package

Or with inclusion of javadoc and sources generation:

mvn install

License Headers

This project uses LGPL-3.0. All Java source files must include the license header.

After creating or modifying Java files, run:

mvn license:format

To check if headers are present:

mvn license:check