Author: desruisseaux
Date: Fri Feb 21 14:19:51 2014
New Revision: 1570580
URL: http://svn.apache.org/r1570580
Log:
Faster surefire-report, and disable UCAR repository when searching snapshots.
Modified:
sis/branches/JDK7/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1570580&r1=1570579&r2=1570580&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Fri Feb 21 14:19:51 2014
@@ -743,6 +743,13 @@ Apache SIS is a free software, Java lang
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.16</version>
+ <reportSets> <!-- Workaround for
http://jira.codehaus.org/browse/SUREFIRE-257 -->
+ <reportSet>
+ <reports>
+ <report>report-only</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<!-- "Release Audit" report (checks license headers etc.) -->
@@ -795,7 +802,8 @@ Apache SIS is a free software, Java lang
<repositories>
<repository>
- <!-- Used for GeoAPI snapshots only, removed for releases. -->
+ <!-- Used for GeoAPI snapshots and latest vecmath releases
+ on SIS branches only. Shall be removed on SIS trunk. -->
<id>geotoolkit</id>
<name>Geotoolkit.org repository</name>
<url>http://maven.geotoolkit.org</url>
@@ -805,6 +813,9 @@ Apache SIS is a free software, Java lang
<id>UCAR</id>
<name>UCAR repository</name>
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
</repository>
</repositories>