Only show warnings and errors from maven-javadoc-plugin

This commit is contained in:
Sam Harwell 2012-12-05 19:22:30 -06:00
parent 64a4114850
commit 90020850ea
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<quiet>true</quiet>
</configuration>
</execution>
</executions>
</plugin>