[OLINGO-227] added some rat test and gitignore excludes for generated files
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/d4c2484d Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/d4c2484d Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/d4c2484d Branch: refs/heads/olingo-206-validator Commit: d4c2484dfbc3ff0ba64abb4a6a493acfac0c0624 Parents: 4a19c8d Author: Stephan Klevenz <[email protected]> Authored: Tue Apr 1 13:54:06 2014 +0200 Committer: Stephan Klevenz <[email protected]> Committed: Tue Apr 1 13:55:16 2014 +0200 ---------------------------------------------------------------------- .gitignore | 2 ++ pom.xml | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/d4c2484d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 2095344..947434b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ classes .DS_Store *.local nb-configuration.xml +.externalToolBuilders +maven-eclipse.xml \ No newline at end of file http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/d4c2484d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6b0668b..b0c4839 100644 --- a/pom.xml +++ b/pom.xml @@ -401,6 +401,8 @@ <exclude>**/NOTICE</exclude> <exclude>**/DEPENDENCIES</exclude> <exclude>**/nb-configuration.xml</exclude> + <exclude>**/.externalToolBuilders/**</exclude> + <exclude>**/maven-eclipse.xml</exclude> </excludes> </configuration> </execution>
