[xmlstreambuffer] 10/13: Enabled the unit tests
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 27 20:39:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository xmlstreambuffer.
commit 1179c957e71c3c5d29190b050ed9a66e23d9d612
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jul 27 22:21:53 2016 +0200
Enabled the unit tests
---
debian/changelog | 1 +
debian/control | 1 +
debian/maven.ignoreRules | 2 --
debian/maven.properties | 2 +-
debian/maven.rules | 2 +-
5 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cffef9a..6e85a4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xmlstreambuffer (1.5.3-1) UNRELEASED; urgency=medium
* New upstream release
- New build dependency on libmaven-bundle-plugin-java
* Build with the DH sequencer instead of CDBS
+ * Enabled the unit tests
* Removed the unused build dependency on glassfish-activation
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index c055c48..7652f6f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9),
default-jdk,
javahelper,
+ junit,
libmaven-bundle-plugin-java,
libstax-ex-java,
libstax-java,
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 9117a7a..ab685be 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,10 +1,8 @@
-junit junit * * * *
org.apache.maven.plugins maven-enforcer-plugin * * * *
org.apache.maven.plugins maven-javadoc-plugin * * * *
org.apache.maven.plugins maven-release-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
-org.apache.maven.plugins maven-surefire-plugin * * * *
org.codehaus.mojo buildnumber-maven-plugin * * * *
org.codehaus.mojo cobertura-maven-plugin * * * *
org.codehaus.mojo findbugs-maven-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
index 242da7e..2099851 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -2,5 +2,5 @@
# For example:
# maven.test.skip=true
-maven.test.skip=true
+maven.test.skip=false
project.build.sourceEncoding=UTF-8
diff --git a/debian/maven.rules b/debian/maven.rules
index 10c579d..4d5414e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,3 @@
-junit junit jar s/3\..*/3.x/ * *
s/javax.xml.stream/stax/ stax-api jar s/1.0.2/1.0.1/ * *
+junit junit jar s/3\..*/3.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlstreambuffer.git
More information about the pkg-java-commits
mailing list