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

[3/4] incubator-beam git commit: Update Java 8 examples' pom.xml file

Update Java 8 examples' pom.xml file

Disable Javadoc execution, which runs in the release profile, because it is currently broken and blocks release.


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

Branch: refs/heads/master
Commit: 264ff74beafd658d7165aa45901adc86f4dae8f4
Parents: 6e97b11
Author: Davor Bonaci <da...@google.com>
Authored: Mon May 23 17:12:28 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Mon May 23 17:12:28 2016 -0700

----------------------------------------------------------------------
 examples/java8/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/264ff74b/examples/java8/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml
index e211739..d4c91a5 100644
--- a/examples/java8/pom.xml
+++ b/examples/java8/pom.xml
@@ -39,6 +39,19 @@
 
   <build>
     <plugins>
+      <!-- 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>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>