This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-jar-plugin.
commit b9ded0946433798f92c4e3aeee8f6d4efe823958 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 12:22:32 2017 +0200 Enabled the unit tests --- debian/changelog | 1 + debian/control | 1 + debian/maven.properties | 2 +- debian/maven.rules | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c91e1d..2fe9aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-jar-plugin (3.0.0-1) UNRELEASED; urgency=medium - Depend on libmaven3-core-java instead of libmaven2-core-java - Relocate the version 2.4 used by Maven to the current one - Removed the unused dependency on libmaven-enforcer-plugin-java + * Enabled the unit tests * Build with the DH sequencer instead of CDBS * Removed the -java-doc package * Moved the package to Git diff --git a/debian/control b/debian/control index 31d187a..f33574d 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Torsten Werner <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, + junit4, libcommons-lang-java, libmaven-archiver-java, libmaven-install-plugin-java, diff --git a/debian/maven.properties b/debian/maven.properties index 11f9276..bd2126f 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,4 +1,4 @@ # Include here properties to pass to Maven during the build. # For example: -maven.test.skip=true +maven.test.skip=false diff --git a/debian/maven.rules b/debian/maven.rules index 1c8192e..8de3984 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,7 +19,7 @@ s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * -junit junit jar s/3\..*/3.x/ +junit junit jar s/.*/4.x/ org.apache.maven maven-artifact * s/.*/3.x/ * * org.apache.maven maven-compat * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-jar-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

