You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2016/01/13 20:40:25 UTC

incubator-apex-malhar git commit: Skip deploy (modules that should not go to central) independent from -Pall-modules.

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/devel-3 04c9f523b -> 2670d595b


Skip deploy (modules that should not go to central) independent from -Pall-modules.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/2670d595
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/2670d595
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/2670d595

Branch: refs/heads/devel-3
Commit: 2670d595bd58dfe5b641c4c0ff2baed10e0285fd
Parents: 04c9f52
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Jan 13 10:10:29 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Wed Jan 13 10:10:29 2016 -0800

----------------------------------------------------------------------
 apps/logstream/pom.xml | 2 +-
 benchmark/pom.xml      | 2 +-
 library/pom.xml        | 1 -
 samples/pom.xml        | 4 ++++
 4 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2670d595/apps/logstream/pom.xml
----------------------------------------------------------------------
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index a7b5034..9cade73 100644
--- a/apps/logstream/pom.xml
+++ b/apps/logstream/pom.xml
@@ -32,7 +32,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <maven.deploy.skip>false</maven.deploy.skip>
+    <maven.deploy.skip>true</maven.deploy.skip>
     <skipTests>false</skipTests>
     <semver.plugin.skip>true</semver.plugin.skip>
   </properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2670d595/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 7eef93e..9672b9f 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -37,7 +37,7 @@
 
   <properties>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
-    <maven.deploy.skip>false</maven.deploy.skip>
+    <maven.deploy.skip>true</maven.deploy.skip>
     <skipTests>true</skipTests>
     <semver.plugin.skip>true</semver.plugin.skip>
   </properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2670d595/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index 19ed5ad..6703339 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -35,7 +35,6 @@
   <name>Apache Apex Malhar (incubating) Library</name>
 
   <properties>
-    <maven.deploy.skip>false</maven.deploy.skip>
   </properties>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2670d595/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 06adbed..0afbec9 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -34,6 +34,10 @@
 
   <name>Apache Apex Malhar (incubating) Samples</name>
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>