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.
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