提交 4b5fc6db 编写于 作者: K Kohsuke Kawaguchi

Disabling doclint in order to get the 2.54 release going

Due to the switch to Java8, this issue that was previously non-blocking
is now a release blocker. We generally don't check that the trunk is
javadoc error safe, so requiring that only during the release process is
likely going to cause this same problem over and over again
上级 2d1e9477
......@@ -354,6 +354,9 @@ THE SOFTWARE.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册