Repository: flink
Updated Branches:
  refs/heads/master 123964ad0 -> 8cb726541


[hotfix] Fix maven-javadoc-plugin configuration

Because we're now using Java 8 we have to disable linting also when not
using the (now-removed) jdk8 profile or the release profile.

Because of this problem snapshot deployments were not working.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8cb72654
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8cb72654
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8cb72654

Branch: refs/heads/master
Commit: 8cb72654186baecf1e1c19522b13cc304847d1af
Parents: 123964a
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Authored: Tue Aug 1 17:29:08 2017 +0200
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Tue Aug 1 17:29:11 2017 +0200

----------------------------------------------------------------------
 pom.xml | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8cb72654/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 132f73b..62f4e31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,19 +798,12 @@ under the License.
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-javadoc-plugin</artifactId>
                                                
<version>2.9.1</version><!--$NO-MVN-MAN-VER$-->
-                                               <configuration>
-                                                       <quiet>true</quiet>
-                                               </configuration>
                                                <executions>
                                                        <execution>
                                                                
<id>attach-javadocs</id>
                                                                <goals>
                                                                        
<goal>jar</goal>
                                                                </goals>
-                                                               <configuration>
-                                                                       
<additionalparam>-Xdoclint:none</additionalparam>
-                                                                       
<detectOfflineLinks>false</detectOfflineLinks>
-                                                               </configuration>
                                                        </execution>
                                                </executions>
                                        </plugin>
@@ -1240,6 +1233,18 @@ under the License.
                <pluginManagement>
                        <plugins>
 
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-javadoc-plugin</artifactId>
+                                       
<version>2.9.1</version><!--$NO-MVN-MAN-VER$-->
+                                       <configuration>
+                                               <quiet>true</quiet>
+                                               
<additionalparam>-Xdoclint:none</additionalparam>
+                                               
<detectOfflineLinks>false</detectOfflineLinks>
+                                       </configuration>
+                               </plugin>
+
+
                                <!-- Pin the version of the maven shade plugin 
-->
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>

Reply via email to