# pentaho-registry **Repository Path**: tool_3/pentaho-registry ## Basic Information - **Project Name**: pentaho-registry - **Description**: No description available - **Primary Language**: Java - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-20 - **Last Updated**: 2024-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pentaho Registry # #### Pre-requisites for building the project: * Maven, version 3+ * Java JDK 11 * This [settings.xml](https://github.com/pentaho/maven-parent-poms/blob/master/maven-support-files/settings.xml) in your /.m2 directory #### Building it ``` $ mvn clean install ``` #### Running the tests __Unit tests__ This will run all tests in the project (and sub-modules). ``` $ mvn test ``` If you want to remote debug a single java unit test (default port is 5005): ``` $ cd impl $ mvn test -Dtest=<> -Dmaven.surefire.debug ```