Update Flink runner's pom.xml

Explicitly disble Javadoc generation phase. This phase runs during the release 
process, but the current codebase doesn't compile Javadoc. This should be fixed 
and removed as soon as possible.


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

Branch: refs/heads/master
Commit: 6e97b11cb0ac443d92209d997ace315f493df6cf
Parents: 269af8d
Author: Davor Bonaci <[email protected]>
Authored: Mon May 23 15:21:00 2016 -0700
Committer: Davor Bonaci <[email protected]>
Committed: Mon May 23 15:51:16 2016 -0700

----------------------------------------------------------------------
 runners/flink/examples/pom.xml | 13 +++++++++++++
 runners/flink/runner/pom.xml   | 13 +++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6e97b11c/runners/flink/examples/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/examples/pom.xml b/runners/flink/examples/pom.xml
index e5bab3e..6a624b2 100644
--- a/runners/flink/examples/pom.xml
+++ b/runners/flink/examples/pom.xml
@@ -86,6 +86,19 @@
       </plugin>
       -->
 
+      <!-- Disable javadoc for now.
+           TODO: this section should be removed as soon as possible. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6e97b11c/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index cd35a4d..9020976 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -159,6 +159,19 @@
       </plugin>
       -->
 
+      <!-- Disable javadoc for now.
+           TODO: this section should be removed as soon as possible. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+
       <!-- Integration Tests -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to