This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
disable doclint for java8
master
Binary Wang
8 years ago
parent
1b4293cc57
commit
a6fecf5f1f
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
pom.xml
+ 11
- 0
pom.xml
View File
@@ -148,6 +148,16 @@
</distributionManagement>
<profiles>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
<profile>
<id>release</id>
<build>
@@ -178,6 +188,7 @@
</execution>
</executions>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
<charset>UTF-8</charset>
<locale>zh_CN</locale>
</configuration>
Write
Preview
Loading…
Cancel
Save