Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jul 11, 2016
1 parent c104a69 commit e11d234
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
</dependency>
</dependencies>
</dependencyManagement>


<!--********************************build****************************************** -->
<build>
Expand Down Expand Up @@ -771,6 +771,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${v.maven-javadoc-plugin}</version>
<configuration>
<!-- <additionalparam>-Xdoclint:none</additionalparam> -->

<!-- <verbose>true</verbose> -->
<destDir>${maven-javadoc-plugin.destDir}</destDir>

Expand Down Expand Up @@ -1017,6 +1019,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${v.maven-javadoc-plugin}</version>
<configuration>

<!-- <additionalparam>-Xdoclint:none</additionalparam> -->

<!-- <verbose>true</verbose> -->
<destDir>${maven-javadoc-plugin.destDir}</destDir>

Expand Down

0 comments on commit e11d234

Please sign in to comment.