[commons-beanutils] 53/56: Enabled the unit tests

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri May 30 12:01:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository commons-beanutils.

commit 8b324b026cda84eea8e6e6e192ac6fd6d6cac3a9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Dec 17 09:35:56 2013 +0000

    Enabled the unit tests
---
 debian/changelog         | 1 +
 debian/control           | 1 +
 debian/maven.ignoreRules | 1 -
 debian/maven.properties  | 2 +-
 debian/maven.rules       | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dbc1fb3..ab67701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 commons-beanutils (1.9.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Enabled the unit tests
   * debian/control:
     - Removed the build dependency on libclirr-maven-plugin-java
     - Added an explicit build dependency on libcommons-collections3-java
diff --git a/debian/control b/debian/control
index e96c81c..5e7c0a4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Ludovic Claude <ludovic.claude at laposte.net>,
            Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
 Build-Depends-Indep: default-jdk-doc,
+                     junit,
                      libcommons-collections3-java,
                      libcommons-collections3-java-doc,
                      libcommons-logging-java,
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 931113d..5aaad16 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,6 +1,5 @@
 
 commons-collections commons-collections-testframework * * * *
-junit junit * * * *
 org.apache.maven.plugins maven-assembly-plugin * * * *
 org.apache.maven.plugins maven-changes-plugin * * * *
 org.apache.maven.plugins maven-checkstyle-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
index e593715..16360f6 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -2,4 +2,4 @@
 # For example:
 # maven.test.skip=true
 
-maven.test.skip=true
+maven.test.failure.ignore=true
diff --git a/debian/maven.rules b/debian/maven.rules
index 518216b..832d5f6 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,5 +1,6 @@
 
 commons-beanutils commons-beanutils jar s/.*/debian/ * *
 commons-collections commons-collections jar s/3\..*/3.x/ * *
+junit junit jar s/3\..*/3.x/ * *
 org.apache.commons commons-parent pom s/.*/debian/ * *
 commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git



More information about the pkg-java-commits mailing list