Repository: beam
Updated Branches:
  refs/heads/release-2.0.0 cf1ce7b24 -> 65aa0ffd3


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/7422dedb
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/7422dedb
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/7422dedb

Branch: refs/heads/release-2.0.0
Commit: 7422dedbc5605191cb0a79c6120d61eb95fa2b09
Parents: cf1ce7b
Author: Dan Halperin <dhalp...@google.com>
Authored: Thu May 11 14:03:08 2017 -0700
Committer: Dan Halperin <dhalp...@google.com>
Committed: Thu May 11 15:50:41 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/7422dedb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d192c8b..3d02096 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/7422dedb/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 c1731a8..ec83bbb 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

Reply via email to