Repository: incubator-beam
Updated Branches:
  refs/heads/master dc98211cc -> af8f5935c


Add surefire plugin to java 8 example tests

Without this the test will just pick up whathever was last written to
beamTestPipelineOptions.


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

Branch: refs/heads/master
Commit: 23ba976403b308103ea8b7dd0505e5847dd44952
Parents: 24bfca2
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Authored: Thu May 19 14:05:05 2016 +0200
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Fri May 20 08:08:24 2016 +0200

----------------------------------------------------------------------
 examples/java8/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/23ba9764/examples/java8/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml
index b4a9ec6..e211739 100644
--- a/examples/java8/pom.xml
+++ b/examples/java8/pom.xml
@@ -51,6 +51,18 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <beamTestPipelineOptions>
+            </beamTestPipelineOptions>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>

Reply via email to