You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ce...@apache.org on 2012/10/23 08:08:33 UTC

svn commit: r1401172 - /commons/proper/math/trunk/pom.xml

Author: celestin
Date: Tue Oct 23 06:08:32 2012
New Revision: 1401172

URL: http://svn.apache.org/viewvc?rev=1401172&view=rev
Log:
Reverted changes inadvertently commited in r1401171.

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=1401172&r1=1401171&r2=1401172&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Tue Oct 23 06:08:32 2012
@@ -434,18 +434,5 @@
       </plugin>
     </plugins>
   </reporting>
-  <profiles>
-    <profile>
-      <id>fast</id>
-      <properties>
-        <skipTests>true</skipTests>
-<!--        <maven.javadoc.skip>true</maven.javadoc.skip>-->
-        <maven.clover.skip>true</maven.clover.skip>
-        <cobertura.skip>true</cobertura.skip>
-        <findbugs.skip>true</findbugs.skip>
-        <pmd.skip>true</pmd.skip>
-      </properties>
-    </profile>
-  </profiles>
 </project>