You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/05/24 19:07:27 UTC

[1/2] incubator-beam git commit: Temporarily skip javadoc for modules where it fails

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 <kl...@google.com>
Authored: Tue May 24 11:33:01 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
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 -->


[2/2] incubator-beam git commit: This closes #384

Posted by ke...@apache.org.
This closes #384


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

Branch: refs/heads/master
Commit: a5d343b23688558719f593d591a305eae2761121
Parents: 8ff800b a1f1bd2
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue May 24 12:07:08 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue May 24 12:07:08 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(-)
----------------------------------------------------------------------