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/09/14 10:40:28 UTC

[2/5] olingo-odata4 git commit: [OLINGO-772] Change for parent pom deploy

[OLINGO-772] Change for parent pom deploy


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

Branch: refs/heads/master
Commit: fdf5c0204d2ad2af67f92d9a711889167f422998
Parents: 54f6947
Author: Michael Bolz <mi...@sap.com>
Authored: Mon Sep 14 10:03:22 2015 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Mon Sep 14 10:03:22 2015 +0200

----------------------------------------------------------------------
 lib/pom.xml | 12 ++++++++++++
 pom.xml     |  7 -------
 2 files changed, 12 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/fdf5c020/lib/pom.xml
----------------------------------------------------------------------
diff --git a/lib/pom.xml b/lib/pom.xml
index dc386ad..bff3dea 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -52,6 +52,18 @@
     <exclude.regex>.*proxy.*</exclude.regex>
   </properties>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>${olingo.deploy.skip}</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
   <profiles>
     <profile>
       <id>build.fast</id>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/fdf5c020/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e6216d4..b7596b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,13 +398,6 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>${olingo.deploy.skip}</skip>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-remote-resources-plugin</artifactId>
         <version>1.5</version>
         <dependencies>