Repository: incubator-nifi Updated Branches: refs/heads/develop d29a2d688 -> 666de3d41
NIFI-271: Added additional test resources to RAT exclusions Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/b097a530 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/b097a530 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/b097a530 Branch: refs/heads/develop Commit: b097a530760398d18354ff87ba4bf17bfa384899 Parents: 953d9e5 Author: Mark Payne <[email protected]> Authored: Sat Apr 25 12:01:45 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Sat Apr 25 12:01:45 2015 -0400 ---------------------------------------------------------------------- .../nifi-framework/nifi-framework-core/pom.xml | 1 + .../nifi-standard-bundle/nifi-standard-processors/pom.xml | 3 +++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b097a530/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml index a5054e4..25c396f 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml @@ -131,6 +131,7 @@ <exclude>src/test/resources/conf/0bytes.xml</exclude> <exclude>src/test/resources/conf/termination-only.xml</exclude> <exclude>src/test/resources/hello.txt</exclude> + <exclude>src/test/resources/old-swap-file.swap</exclude> </excludes> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b097a530/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index c3c05df..be0fc67 100644 --- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -176,6 +176,7 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> + <exclude>src/test/resources/localhost.cer</exclude> <exclude>src/test/resources/hello.txt</exclude> <exclude>src/test/resources/CharacterSetConversionSamples/Converted.txt</exclude> <exclude>src/test/resources/CharacterSetConversionSamples/Original.txt</exclude> @@ -231,6 +232,8 @@ <exclude>src/test/resources/TestTransformXml/tokens.xml</exclude> <exclude>src/test/resources/TestUnpackContent/folder/cal.txt</exclude> <exclude>src/test/resources/TestUnpackContent/folder/date.txt</exclude> + <exclude>src/test/resources/TestUnpackContent/data.flowfilev2</exclude> + <exclude>src/test/resources/TestUnpackContent/data.flowfilev3</exclude> <exclude>src/test/resources/TestXml/xml-bundle-1</exclude> <exclude>src/test/resources/CompressedData/SampleFile.txt.bz2</exclude> <exclude>src/test/resources/CompressedData/SampleFile.txt.gz</exclude>
