This project contains source code for Best Practices for PDI Plugins.
-
pdi-step-code-coverage: Best Practice (Forthcoming) will show how to automatically check unit test coverage using the Jacoco plugin in a PDI Step Plugin. We begin with the output of the Step Plugin PDI Maven Archetype, configure Jacoco, and introduce some basic unit tests.
-
pdi-checkstyle-plugin: The Best Practice (Forthcoming) begins with a fork of pdi-step-code-coverage. We then continue building out our sample by adding automated code style coverage using the Checkstyle plugin. We show how to configure automatic style checking in Eclipse and IntelliJ idea.