You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2009/09/17 13:29:25 UTC

svn commit: r816146 - /cxf/dosgi/trunk/pom.xml

Author: davidb
Date: Thu Sep 17 11:29:24 2009
New Revision: 816146

URL: http://svn.apache.org/viewvc?rev=816146&view=rev
Log:
Small reformat.

Modified:
    cxf/dosgi/trunk/pom.xml

Modified: cxf/dosgi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/pom.xml?rev=816146&r1=816145&r2=816146&view=diff
==============================================================================
--- cxf/dosgi/trunk/pom.xml (original)
+++ cxf/dosgi/trunk/pom.xml Thu Sep 17 11:29:24 2009
@@ -167,14 +167,14 @@
     </build>
 
     <reporting>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <aggregate>true</aggregate>
-          </configuration>
-        </plugin>
-      </plugins>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <configuration>
+                    <aggregate>true</aggregate>
+                </configuration>
+            </plugin>
+        </plugins>
     </reporting>
 </project>