Repository: incubator-beam
Updated Branches:
  refs/heads/master 8ff800b97 -> a5d343b23


Temporarily skip javadoc for modules where it fails


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

Branch: refs/heads/master
Commit: a1f1bd2bec31139a2f11ae993d4e6f735729cf2d
Parents: e2307f2
Author: Kenneth Knowles <[email protected]>
Authored: Tue May 24 11:33:01 2016 -0700
Committer: Kenneth Knowles <[email protected]>
Committed: Tue May 24 11:33:01 2016 -0700

----------------------------------------------------------------------
 examples/java8/pom.xml         | 9 +++------
 runners/flink/examples/pom.xml | 9 +++------
 runners/flink/runner/pom.xml   | 9 +++------
 3 files changed, 9 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a1f1bd2b/examples/java8/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml
index 17a1b6d..8727f8d 100644
--- a/examples/java8/pom.xml
+++ b/examples/java8/pom.xml
@@ -44,12 +44,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-javadocs</id>
-            <phase/>
-          </execution>
-        </executions>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
 
       <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a1f1bd2b/runners/flink/examples/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/examples/pom.xml b/runners/flink/examples/pom.xml
index 44ef1da..b000ab1 100644
--- a/runners/flink/examples/pom.xml
+++ b/runners/flink/examples/pom.xml
@@ -91,12 +91,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-javadocs</id>
-            <phase/>
-          </execution>
-        </executions>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
 
       <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a1f1bd2b/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index 8d29320..757ac9c 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -164,12 +164,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-javadocs</id>
-            <phase/>
-          </execution>
-        </executions>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
 
       <!-- Integration Tests -->

Reply via email to