This repository is maintained by the KNIME Team Quokkas.
-
Compile project and run integration tests. Checkstyle rules are enabled by default.
mvn clean verify
-
Compile project and run integration tests, plus enable Spotbugs and Javadocs validations.
mvn clean verify -Dspotbugs.skip=false -Dmaven.javadoc.skip=false
- Open the Window menu.
- Select Preferences at the bottom.
- In the Preferences window, within the left-side tree navigate to XML → XML Files → Editor.
- On the Editor panel change the radio button from Indent using tabs to Indent using spaces.
- On the same panel, set Indentation size to
4
. - Before closing the window, don't forget to apply the changes.