You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/01/27 20:25:16 UTC

[18/37] olingo-odata2 git commit: [OLINGO-193] Adapted RAT check for odata2-spring module

[OLINGO-193] Adapted RAT check for odata2-spring module


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/7a596e20
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/7a596e20
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/7a596e20

Branch: refs/heads/Olingo-129_PocJpaDataStore
Commit: 7a596e207e0292419447f11b1df792f1824ca432
Parents: 986b1c4
Author: Michael Bolz <mi...@sap.com>
Authored: Tue Dec 23 14:10:33 2014 +0100
Committer: Michael Bolz <mi...@sap.com>
Committed: Tue Dec 23 14:10:33 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/7a596e20/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 67ae922..9ffc517 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,8 @@
 										<exclude>**/NOTICE</exclude>
 										<exclude>**/DEPENDENCIES</exclude>
 										<exclude>**/goal.txt</exclude>
+										<exclude>**/target/**</exclude>
+										<exclude>**/*.iml</exclude>
 									</excludes>
 								</configuration>
 							</execution>