You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/05/11 22:49:52 UTC

[1/2] beam git commit: Don't deploy jdk1.8-tests module

Repository: beam
Updated Branches:
  refs/heads/master fe625678f -> 37e0b437e


Don't deploy jdk1.8-tests module


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

Branch: refs/heads/master
Commit: d76349beeab5cf6e0513d6272d635ac0b4662239
Parents: fe62567
Author: Dan Halperin <dh...@google.com>
Authored: Thu May 11 14:03:08 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu May 11 15:49:30 2017 -0700

----------------------------------------------------------------------
 pom.xml                                  | 6 ++++++
 sdks/java/io/hadoop/jdk1.8-tests/pom.xml | 7 +++++++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/d76349be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e7eb729..eaca6b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1179,6 +1179,12 @@
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>3.0.2</version>
           <executions>

http://git-wip-us.apache.org/repos/asf/beam/blob/d76349be/sdks/java/io/hadoop/jdk1.8-tests/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/hadoop/jdk1.8-tests/pom.xml b/sdks/java/io/hadoop/jdk1.8-tests/pom.xml
index 56a7454..9f84e88 100644
--- a/sdks/java/io/hadoop/jdk1.8-tests/pom.xml
+++ b/sdks/java/io/hadoop/jdk1.8-tests/pom.xml
@@ -80,6 +80,13 @@
           <parallel>none</parallel>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <!--The dataflow-runner and spark-runner profiles support using those runners


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

Posted by dh...@apache.org.
This closes #3097


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

Branch: refs/heads/master
Commit: 37e0b437e14991b6627efa8c3fc5b215e8925f81
Parents: fe62567 d76349b
Author: Dan Halperin <dh...@google.com>
Authored: Thu May 11 15:49:39 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu May 11 15:49:39 2017 -0700

----------------------------------------------------------------------
 pom.xml                                  | 6 ++++++
 sdks/java/io/hadoop/jdk1.8-tests/pom.xml | 7 +++++++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------