Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 781 Bytes

File metadata and controls

18 lines (14 loc) · 781 Bytes

NRG Common Framework

The NRG common framework provides the base functionality and implementation for leveraging common system and application services, including data persistence, serialization, metadata processing, and so on.

Building

To build the NRG common framework, invoke Maven with the desired lifecycle phase. For example, the following command cleans previous builds, builds a new jar file, creates archives containing the source code and JavaDocs for the library, runs the library's unit tests, and installs the jar into the local repository:

mvn clean install