Author: psteitz
Date: Sat Aug 15 18:10:41 2009
New Revision: 804505

URL: http://svn.apache.org/viewvc?rev=804505&view=rev
Log:
restored development reports.

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=804505&r1=804504&r2=804505&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sat Aug 15 18:10:41 2009
@@ -252,7 +252,6 @@
             </descriptors>
           </configuration>
         </plugin>
-        <!--
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>
@@ -276,12 +275,10 @@
             </execution>
           </executions>
         </plugin>
-        -->
       </plugins>
   </build>
   <reporting>
     <plugins>
-      <!--
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
@@ -297,7 +294,6 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
-      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
@@ -316,7 +312,6 @@
           </reportSet>
         </reportSets>
       </plugin>
-      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -347,7 +342,6 @@
           <minSeverity>info</minSeverity>
          </configuration>
       </plugin>
-      -->
     </plugins>
   </reporting>
 </project>


Reply via email to