This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jarjar-maven-plugin.
commit 88f23d5a3e741c11fa10eae9b48937cd3ca7cc93 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 2 15:36:25 2017 +0200 Enabled the unit tests --- debian/changelog | 7 +++++++ debian/maven.properties | 2 +- debian/patches/02-junit-dependency.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e779b9b..aa88c45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jarjar-maven-plugin (1.9-6) UNRELEASED; urgency=medium + + * Team upload. + * Enabled the unit tests + + -- Emmanuel Bourg <[email protected]> Wed, 02 Aug 2017 15:36:07 +0200 + jarjar-maven-plugin (1.9-5) unstable; urgency=medium * Depend on libasm-java (>= 5.0) instead of libasm4-java diff --git a/debian/maven.properties b/debian/maven.properties index 00ad4b1..f8bb5d0 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,6 +1,6 @@ # Include here properties to pass to Maven during the build. -maven.test.skip=true +maven.test.skip=false maven.compiler.source=1.5 maven.compiler.target=1.5 diff --git a/debian/patches/02-junit-dependency.patch b/debian/patches/02-junit-dependency.patch new file mode 100644 index 0000000..be1fb7d --- /dev/null +++ b/debian/patches/02-junit-dependency.patch @@ -0,0 +1,18 @@ +Descriptions: Adds the missing junit dependency +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/pom.xml ++++ b/pom.xml +@@ -97,6 +97,12 @@ + <artifactId>plexus-utils</artifactId> + <version>3.0.15</version> + </dependency> ++ <dependency> ++ <groupId>junit</groupId> ++ <artifactId>junit</artifactId> ++ <version>4.12</version> ++ <scope>test</scope> ++ </dependency> + </dependencies> + + <build> diff --git a/debian/patches/series b/debian/patches/series index 4c34df4..66345c6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-provided-ant-dependency.patch +02-junit-dependency.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

