You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2017/08/03 05:51:54 UTC

[1/2] beam git commit: Remove unneeded surefire configuration for hadoop-file-system

Repository: beam
Updated Branches:
  refs/heads/master 520a51b4f -> de0148c3e


Remove unneeded surefire configuration for hadoop-file-system


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

Branch: refs/heads/master
Commit: 01f1d94bdaa5db08e4fb7b4e22d1b29a1ebd1e26
Parents: 520a51b
Author: Ismaël Mejía <ie...@gmail.com>
Authored: Fri Jul 28 16:19:08 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Aug 3 07:46:55 2017 +0200

----------------------------------------------------------------------
 examples/java/pom.xml                      | 14 --------------
 examples/java8/pom.xml                     | 11 -----------
 sdks/java/io/google-cloud-platform/pom.xml | 12 ------------
 sdks/java/io/hadoop-file-system/pom.xml    | 14 --------------
 sdks/java/io/kafka/pom.xml                 | 12 ------------
 sdks/java/io/kinesis/pom.xml               | 10 ----------
 6 files changed, 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/01f1d94b/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 12fe06f..ade4cac 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -365,20 +365,7 @@
   </profiles>
 
   <build>
-
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <beamUseDummyRunner />
-            <beamTestPipelineOptions>
-            </beamTestPipelineOptions>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-
       <!-- Coverage analysis for unit tests. -->
       <plugin>
         <groupId>org.jacoco</groupId>
@@ -518,7 +505,6 @@
     </dependency>
 
     <!-- Test dependencies -->
-
     <!--
       For testing the example itself, use the direct runner. This is separate from
       the use of ValidatesRunner tests for testing a particular runner.

http://git-wip-us.apache.org/repos/asf/beam/blob/01f1d94b/examples/java8/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml
index 6fd29a4..1356121 100644
--- a/examples/java8/pom.xml
+++ b/examples/java8/pom.xml
@@ -178,17 +178,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <beamTestPipelineOptions>
-            </beamTestPipelineOptions>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-
       <!-- Coverage analysis for unit tests. -->
       <plugin>
         <groupId>org.jacoco</groupId>

http://git-wip-us.apache.org/repos/asf/beam/blob/01f1d94b/sdks/java/io/google-cloud-platform/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/google-cloud-platform/pom.xml b/sdks/java/io/google-cloud-platform/pom.xml
index adb7e32..7842bcd 100644
--- a/sdks/java/io/google-cloud-platform/pom.xml
+++ b/sdks/java/io/google-cloud-platform/pom.xml
@@ -46,18 +46,6 @@
         </plugin>
       </plugins>
     </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <beamUseDummyRunner>false</beamUseDummyRunner>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-    </plugins>
   </build>
 
   <profiles>

http://git-wip-us.apache.org/repos/asf/beam/blob/01f1d94b/sdks/java/io/hadoop-file-system/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/hadoop-file-system/pom.xml b/sdks/java/io/hadoop-file-system/pom.xml
index a9c2e57..3cc7e00 100644
--- a/sdks/java/io/hadoop-file-system/pom.xml
+++ b/sdks/java/io/hadoop-file-system/pom.xml
@@ -30,20 +30,6 @@
   <name>Apache Beam :: SDKs :: Java :: IO :: Hadoop File System</name>
   <description>Library to read and write Hadoop/HDFS file formats from Beam.</description>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <beamUseDummyRunner>false</beamUseDummyRunner>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.beam</groupId>

http://git-wip-us.apache.org/repos/asf/beam/blob/01f1d94b/sdks/java/io/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/kafka/pom.xml b/sdks/java/io/kafka/pom.xml
index 1256c46..3902510 100644
--- a/sdks/java/io/kafka/pom.xml
+++ b/sdks/java/io/kafka/pom.xml
@@ -46,18 +46,6 @@
         </plugin>
       </plugins>
     </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <beamUseDummyRunner>false</beamUseDummyRunner>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-    </plugins>
   </build>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/beam/blob/01f1d94b/sdks/java/io/kinesis/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/kinesis/pom.xml b/sdks/java/io/kinesis/pom.xml
index 46d5e26..872c590 100644
--- a/sdks/java/io/kinesis/pom.xml
+++ b/sdks/java/io/kinesis/pom.xml
@@ -31,16 +31,6 @@
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <beamUseDummyRunner>false</beamUseDummyRunner>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-
       <!-- Integration Tests -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


[2/2] beam git commit: This closes #3658

Posted by jb...@apache.org.
This closes #3658


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

Branch: refs/heads/master
Commit: de0148c3ecc8a7691c868a29e66571f7520df86c
Parents: 520a51b 01f1d94
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Aug 3 07:47:27 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Aug 3 07:47:27 2017 +0200

----------------------------------------------------------------------
 examples/java/pom.xml                      | 14 --------------
 examples/java8/pom.xml                     | 11 -----------
 sdks/java/io/google-cloud-platform/pom.xml | 12 ------------
 sdks/java/io/hadoop-file-system/pom.xml    | 14 --------------
 sdks/java/io/kafka/pom.xml                 | 12 ------------
 sdks/java/io/kinesis/pom.xml               | 10 ----------
 6 files changed, 73 deletions(-)
----------------------------------------------------------------------