提交 77f03a5b 编写于 作者: W wangxin03

add javadoc.opts to adapt java7 and java 8

上级 5c3c29b8
......@@ -167,6 +167,15 @@ limitations under the License.
</plugins>
</build>
</profile>
<profile>
<id>java8-doclint-disabled</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
</profiles>
<build>
......@@ -207,7 +216,7 @@ limitations under the License.
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册