You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2016/11/10 13:34:40 UTC

olingo-odata2 git commit: [OLINGO-947] enable local repo during maven build

Repository: olingo-odata2
Updated Branches:
  refs/heads/master 066b5fbef -> 8edf569c4


[OLINGO-947] enable local repo during maven build


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

Branch: refs/heads/master
Commit: 8edf569c4646d336705a66b886b91c7aaa2b92cb
Parents: 066b5fb
Author: Christian Amend <ch...@sap.com>
Authored: Thu Nov 10 14:34:00 2016 +0100
Committer: Christian Amend <ch...@sap.com>
Committed: Thu Nov 10 14:34:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/8edf569c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f753bfa..edf6fce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,6 +360,7 @@
 										<exclude>**/goal.txt</exclude>
 										<exclude>**/target/**</exclude>
 										<exclude>**/*.iml</exclude>
+                    <exclude>.repository/**</exclude>
 									</excludes>
 								</configuration>
 							</execution>