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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Feb 25 22:02:40 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-invoker.

commit 54787ce475d94053f8ca9a83d5a31d22e2c75d51
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Feb 25 22:59:54 2016 +0100

    Fixed the build failure caused by the plexus-component-metadata upgrade (Closes: #815651)
---
 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 27749bf..6690c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 maven-invoker (2.2-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build failure caused by the plexus-component-metadata upgrade
+    (Closes: #815651)
   * 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..ebb41a6
--- /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
+@@ -101,7 +101,6 @@
+       <plugin>
+         <groupId>org.codehaus.plexus</groupId>
+         <artifactId>plexus-component-metadata</artifactId>
+-        <version>1.6</version>
+         <executions>
+           <execution>
+             <id>create-component-descriptor</id>
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-invoker.git



More information about the pkg-java-commits mailing list