Skip to content

Commit

Permalink
add docling option to javadoc in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
teodord committed Oct 16, 2017
1 parent a891321 commit 1aae3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jasperreports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1aae3da

Please sign in to comment.