logo
0
0
WeChat Login
Silvia Fernandes<111778887+si-fernandes@users.noreply.github.com>
feat: add advanced mode to mql editor [PRD-6183] (#87)

MQL Editor

Pre-requisites for building the project:

  • Maven, version 3+
  • Java JDK 11
  • This 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=<<YourTest>> -Dmaven.surefire.debug

Deprecations

Note that the pentaho-mql-editor-debug module was removed during mavenization because it was no longer being used

About

No description, topics, or website provided.
Language
Java98.9%
HTML1.1%