rat plugin now passes
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/045385c9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/045385c9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/045385c9 Branch: refs/heads/master Commit: 045385c9f46db46092d24fceaf5e5431c78fb9b4 Parents: 07c6b9a Author: Claus Ibsen <[email protected]> Authored: Sat Jul 18 11:49:07 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sat Jul 18 11:49:07 2015 +0200 ---------------------------------------------------------------------- pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/045385c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce9fd71..de09596 100755 --- a/pom.xml +++ b/pom.xml @@ -237,17 +237,14 @@ <exclude>**/avro/**/*.avpr</exclude> <exclude>**/OSGI-INF/bundle.info</exclude> <exclude>**/test_rsa*</exclude> - <exclude>**/examples/*/src/**/data/**/*.xml</exclude> + <exclude>**/data*/**/*.xml</exclude> <exlucde>**/*.log</exlucde> <exclude>**/id_file</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> - <exclude>**/camel-grape/src/main/resources/org/apache/camel/component/grape/grape.json</exclude> + <exclude>**/grape.json</exclude> <exclude>**/Dropbox_API_Terms_and_Conditions.txt</exclude> - <exclude>**/camel-salesforce/camel-salesforce-component/MerchandiseRestResource.apxc</exclude> - <exclude>tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/signatures/file-sig-api.txt</exclude> - <exclude>tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/src/main/resources/default.properties</exclude> - <exclude>tooling/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/src/main/resources/application.yml</exclude> - <exclude>tooling/archetypes/camel-archetype-web/src/main/resources/archetype-resources/src/main/webapp/index.html</exclude> + <exclude>**/MerchandiseRestResource.apxc</exclude> + <exclude>**/file-sig-api.txt</exclude> </excludes> </configuration> </plugin>
