Closed smaring closed 6 years ago
:x: This pull request has errors. They will need to be addressed before it can be accepted. See below for more details. Some links are also available below for further assistance in addressing those issues.
mvn -Dsurefire.runOrder=alphabetical -B -fn -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd clean install && mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd site
mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd build-helper:remove-project-artifact
.gitignore
kettle-sdk-embedding-samples/.gitignore
kettle-sdk-embedding-samples/etl/inject_metadata_template.ktr
kettle-sdk-embedding-samples/etl/inject_metadata_transformation.ktr
kettle-sdk-embedding-samples/pom.xml
kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java
pom.xml
These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
:heavy_exclamation_mark: Copyright year is not the current year on kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java. Found 2017. Was expecting 2018
:heavy_exclamation_mark: Copyright year is not the current year on kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java. Found 2017. Was expecting 2018
:heavy_exclamation_mark: Copyright year is not the current year on kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java. Found 2017. Was expecting 2018
Reverts pentaho/pdi-sdk-plugins#62
@pentaho-amessier