Reverted changes inadvertently commited in r1401171.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1401172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-10-23 06:08:32 +00:00
parent 9dffcfd3be
commit db51254b40
1 changed files with 0 additions and 13 deletions

13
pom.xml
View File

@ -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>