[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r672509 - /commons/proper/commons-build-plugin/trunk/pom.xml
From:       niallp () apache ! org
Date:       2008-06-28 12:39:11
Message-ID: 20080628123911.77CBF23889F3 () eris ! apache ! org
[Download RAW message or body]

Author: niallp
Date: Sat Jun 28 05:39:11 2008
New Revision: 672509

URL: http://svn.apache.org/viewvc?rev=672509&view=rev
Log:
Change empty elements (hopefully will stop the release plugin messing up)

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=672509&r1=672508&r2=672509&view=diff
 ==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Jun 28 05:39:11 2008
@@ -163,20 +163,20 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <reportSets><reportSet/></reportSets>
+                <reportSets><reportSet /></reportSets>
             </plugin>
 
             <!-- exclude jdepend report -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jdepend-maven-plugin</artifactId>
-                <reportSets><reportSet/></reportSets>
+                <reportSets><reportSet /></reportSets>
             </plugin>
         </plugins>
     </reporting>
     <properties>
-        <maven.compile.source></maven.compile.source>
-        <maven.compile.target></maven.compile.target>
-        <commons.manifestfile/>
+        <maven.compile.source />
+        <maven.compile.target />
+        <commons.manifestfile />
     </properties>
 </project>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic