git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1405422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-03 21:33:22 +00:00
parent 9feb5bd928
commit b77180659a

View File

@ -80,10 +80,14 @@
<configuration>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>config/maven_checks.xml</configLocation>
<reportSets>
<report>checkstyle</report>
</reportSets>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>checksyle</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<!-- No need for the standard project reports -->