[cobertura-maven-plugin] 06/09: Fixed a build failure caused by the latest surefire upgrade
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 16 09:55:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository cobertura-maven-plugin.
commit 255ae88616d3345a4e8d3b3026fa8d137fe8a254
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jul 16 11:49:22 2015 +0200
Fixed a build failure caused by the latest surefire upgrade
---
debian/changelog | 1 +
debian/maven.rules | 1 -
debian/patches/series | 1 +
debian/patches/use-default-surefire-plugin.patch | 13 +++++++++++++
4 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 219f7b9..070b961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ cobertura-maven-plugin (2.3+dfsg-3) UNRELEASED; urgency=low
* Update Vcs-Git field.
[ Emmanuel Bourg ]
+ * Fixed a build failure caused by the latest surefire upgrade
* debian/control:
- Updated the Homepage field
- Standards-Version updated to 3.9.6 (no changes)
diff --git a/debian/maven.rules b/debian/maven.rules
index 6cd8e43..e66c979 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,4 +1,3 @@
-org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.10/
junit junit jar s/.*/3.x/ *
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ *
s/urbanophile/gnu-getopt/ s/java-getopt/getopt jar s/.*/debian/ *
diff --git a/debian/patches/series b/debian/patches/series
index 37dd350..37fc57e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
CoberturaReportMojo.java.diff -p1
+use-default-surefire-plugin.patch
diff --git a/debian/patches/use-default-surefire-plugin.patch b/debian/patches/use-default-surefire-plugin.patch
new file mode 100644
index 0000000..9c966f3
--- /dev/null
+++ b/debian/patches/use-default-surefire-plugin.patch
@@ -0,0 +1,13 @@
+Description: Use the default version of the surefire plugin avaiable in Debian
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -82,7 +82,6 @@
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+- <version>2.3</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura-maven-plugin.git
More information about the pkg-java-commits
mailing list