[maven-dependency-analyzer] 04/05: Fixed the build failure caused by the plexus-component-metadata upgrade (Closes: #814877)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Feb 25 22:33:18 GMT 2016


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

ebourg-guest pushed a commit to branch master
in repository maven-dependency-analyzer.

commit 168cdffb5904b39e64c97c7faf28822218f157a6
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Feb 25 23:30:37 2016 +0100

    Fixed the build failure caused by the plexus-component-metadata upgrade (Closes: #814877)
---
 debian/changelog                              |  2 ++
 debian/patches/01-ignore-plugin-version.patch | 13 +++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7c0689c..8bb734e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 maven-dependency-analyzer (1.6-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build failure caused by the plexus-component-metadata upgrade
+    (Closes: #814877)
   * Build depend on libplexus-component-metadata-java (>= 1.6) instead of
     libplexus-containers1.5-java
   * Standards-Version updated to 3.9.7 (no changes)
diff --git a/debian/patches/01-ignore-plugin-version.patch b/debian/patches/01-ignore-plugin-version.patch
new file mode 100644
index 0000000..defc68d
--- /dev/null
+++ b/debian/patches/01-ignore-plugin-version.patch
@@ -0,0 +1,13 @@
+Description: Ignore the metadata plugin version to pick the one in Debian
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -125,7 +125,6 @@
+       <plugin>
+         <groupId>org.codehaus.plexus</groupId>
+         <artifactId>plexus-component-metadata</artifactId>
+-        <version>1.6</version>
+         <executions>
+           <execution>
+             <goals>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..625fc6b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-ignore-plugin-version.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-dependency-analyzer.git



More information about the pkg-java-commits mailing list