]> source.dussan.org Git - archiva.git/commitdiff
aggregate checkstyle
authorOlivier Lamy <olamy@apache.org>
Thu, 1 Nov 2012 23:47:15 +0000 (23:47 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 1 Nov 2012 23:47:15 +0000 (23:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1404833 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 7a522a16610a7e314de53490aab24b3ac03f3d0f..357fdb39779cbc545814e47be27a06a6dcdd76ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -58,7 +59,8 @@
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/
+    </developerConnection>
     <url>http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</url>
   </scm>
 
@@ -68,7 +70,7 @@
       <url>file://${siteDeployDirectory}</url>
     </site>
   </distributionManagement>
-  
+
   <properties>
     <springVersion>3.1.3.RELEASE</springVersion>
     <slf4jVersion>1.7.1</slf4jVersion>
 
   <repositories>
     <repository>
-       <id>archiva.snapshots</id>
-       <name>Archiva VM Snapshots Repository</name>
-       <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
-       <releases>
-         <enabled>false</enabled>
-       </releases>
-       <snapshots>
-         <enabled>true</enabled>
-       </snapshots>
-     </repository>
+      <id>archiva.snapshots</id>
+      <name>Archiva VM Snapshots Repository</name>
+      <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
 
     <repository>
       <id>apache.snapshots</id>
               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
             </manifest>
           </archive>
-        </configuration>        
-      </plugin>      
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>${checkstyleVersion}</version>
+        <inherited>false</inherited>
         <configuration>
           <configLocation>config/maven_checks.xml</configLocation>
           <headerLocation>config/maven-header.txt</headerLocation>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle-aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
 
           <bootclasspath>${sun.boot.class.path}</bootclasspath>
           <additionalparam>
-             -hdf project.name "${project.name}"
-             -d ${project.build.directory}/site/apidocs
-           </additionalparam>
+            -hdf project.name "${project.name}"
+            -d ${project.build.directory}/site/apidocs
+          </additionalparam>
           <useStandardDocletOptions>false</useStandardDocletOptions>
           <additionalJOption>-J-Xmx1024m</additionalJOption>
           <additionnalDependencies>