]> source.dussan.org Git - archiva.git/commitdiff
fix pom
authorOlivier Lamy <olamy@apache.org>
Sat, 3 Nov 2012 21:33:22 +0000 (21:33 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 3 Nov 2012 21:33:22 +0000 (21:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1405422 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/pom.xml

index 477967a408c943abe1e8c4be33cedabf8fad4e4b..96d03adebb94485f6ecd324784d0efcee6bb6820 100644 (file)
         <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 -->