You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/07/06 17:20:14 UTC

[08/50] [abbrv] incubator-beam git commit: Disable integration tests in parent pom

Disable integration tests in parent pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d1d7a2c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d1d7a2c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/d1d7a2c1

Branch: refs/heads/runners-spark2
Commit: d1d7a2c141798fc5708db68bf78712126ddb82df
Parents: 8b0cbf9
Author: Ian Zhou <ia...@google.com>
Authored: Fri Jun 24 13:39:57 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Jul 6 10:18:49 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml | 4 ----
 pom.xml               | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/d1d7a2c1/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 223334f..ba1e6e5 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -34,10 +34,6 @@
 
   <packaging>jar</packaging>
 
-  <properties>
-    <skipITs>true</skipITs>
-  </properties>
-
   <build>
     <plugins>
       <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/d1d7a2c1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 31beef1..d933e8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <dataflow.javadoc_opts />
 
+    <!-- Disable integration tests by default -->
+    <skipITs>true</skipITs>
+
     <!-- If updating dependencies, please update any relevant javadoc offlineLinks -->
     <avro.version>1.7.7</avro.version>
     <bigquery.version>v2-rev295-1.22.0</bigquery.version>