This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repository-builder.
commit ea95fe5734adc09d0d3e8cb93abd4ff5d425a0cc Author: Torsten Werner <[email protected]> Date: Wed Sep 28 20:59:57 2011 +0000 Ignore test failures because tests require network access to Maven central. (Closes: #643549) --- debian/changelog | 7 +++++++ debian/maven.properties | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5d7d4b3..b2ae9b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-repository-builder (1.0~alpha2-3) unstable; urgency=low + + * Ignore test failures because tests require network access to Maven + central. (Closes: #643549) + + -- Torsten Werner <[email protected]> Wed, 28 Sep 2011 22:58:51 +0200 + maven-repository-builder (1.0~alpha2-2) unstable; urgency=low * Team upload. diff --git a/debian/maven.properties b/debian/maven.properties index 7c29bd7..16360f6 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,3 +2,4 @@ # For example: # maven.test.skip=true +maven.test.failure.ignore=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repository-builder.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

