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 <[email protected]>
Authored: Thu May 11 14:03:08 2017 -0700
Committer: Dan Halperin <[email protected]>
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

Reply via email to