Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 563 Bytes

Build Status

Abyss Logger

This is the repository for Abyss Logger

This module defines logger handler classes and methods for Abyss Project

Build and Run

In order to create a fat jar package, install jdk >= 8 and Maven; afterwards, run this command:

mvn clean package

Publish sites with Maven scm publish plugin

Execute following commands to publish sites:

mvn clean install site site:stage scm-publish:publish-scm