[pkg-java] r15096 - trunk/maven-doxia-tools/debian
Torsten Werner
twerner at alioth.debian.org
Wed Sep 28 20:29:35 UTC 2011
Author: twerner
Date: 2011-09-28 20:29:35 +0000 (Wed, 28 Sep 2011)
New Revision: 15096
Modified:
trunk/maven-doxia-tools/debian/changelog
trunk/maven-doxia-tools/debian/maven.properties
Log:
Ignore test errors and failures because some tests require network access.
(Closes: #643545)
Modified: trunk/maven-doxia-tools/debian/changelog
===================================================================
--- trunk/maven-doxia-tools/debian/changelog 2011-09-28 20:11:06 UTC (rev 15095)
+++ trunk/maven-doxia-tools/debian/changelog 2011-09-28 20:29:35 UTC (rev 15096)
@@ -1,3 +1,10 @@
+maven-doxia-tools (1.2.1-2) unstable; urgency=low
+
+ * Ignore test errors and failures because some tests require network access.
+ (Closes: #643545)
+
+ -- Torsten Werner <twerner at debian.org> Wed, 28 Sep 2011 22:28:16 +0200
+
maven-doxia-tools (1.2.1-1) unstable; urgency=low
* Newer but not newest upstream release.
Modified: trunk/maven-doxia-tools/debian/maven.properties
===================================================================
--- trunk/maven-doxia-tools/debian/maven.properties 2011-09-28 20:11:06 UTC (rev 15095)
+++ trunk/maven-doxia-tools/debian/maven.properties 2011-09-28 20:29:35 UTC (rev 15096)
@@ -2,3 +2,5 @@
# For example:
# maven.test.skip=true
+maven.test.error.ignore=true
+maven.test.failure.ignore=true
More information about the pkg-java-commits
mailing list