Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 941 Bytes

KNIME Snowflake modules

This repository is maintained by the KNIME Team Quokkas.

KNIME Snowflake

Maven build

  • 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

For Eclipse users

To format XML files to match what Checkstyle mandates, please follow these steps:
  1. Open the Window menu.
  2. Select Preferences at the bottom.
  3. In the Preferences window, within the left-side tree navigate to XMLXML FilesEditor.
  4. On the Editor panel change the radio button from Indent using tabs to Indent using spaces.
  5. On the same panel, set Indentation size to 4.
  6. Before closing the window, don't forget to apply the changes.