Skip to content

Commit

Permalink
fixed doclint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Oct 8, 2017
1 parent 6369fad commit 7e47f31
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
</developer>
</developers>
<profiles>
<profile>
<id>disable-java8-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<disableDoclint>-Xdoclint:none</disableDoclint>
</properties>
</profile>
<profile>
<id>st</id>
<distributionManagement>
Expand Down Expand Up @@ -118,7 +127,7 @@
</goals>
<configuration>
<showPackage>false</showPackage>
<additionalparam>-tag inheritDoc:X</additionalparam>
<additionalparam>-tag inheritDoc:X ${disableDoclint}</additionalparam>
</configuration>
</execution>
</executions>
Expand All @@ -129,7 +138,7 @@
&lt;a
href="http://creativecommons.org/licenses/by-sa/3.0/" &gt;Creative Commons Attribution-Share Alike 3.0 License.
&lt;/a&gt; </bottom>
<additionalparam>-tag inheritDoc:X</additionalparam>
<additionalparam>-tag inheritDoc:X ${disableDoclint}</additionalparam>
<excludePackageNames>
</excludePackageNames>
</configuration>
Expand Down

0 comments on commit 7e47f31

Please sign in to comment.