# mql-editor **Repository Path**: mirrors_pentaho/mql-editor ## Basic Information - **Project Name**: mql-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MQL Editor # #### 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 ``` To include assembly and generate the package add the `mqlPackage` property. ``` $ mvn clean install -DmqlPackage ``` #### 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 ``` __Deprecations__ Note that the pentaho-mql-editor-debug module was removed during mavenization because it was no longer being used