[plexus-maven-plugin] 16/23: Added a patch to fix the default value of the fileName parameter

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Feb 27 22:34:57 GMT 2016


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

ebourg-guest pushed a commit to branch master
in repository plexus-maven-plugin.

commit 0e4626df0d57758e96a1614c7acb4cd73bd6c435
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 22 23:28:34 2013 +0000

    Added a patch to fix the default value of the fileName parameter
---
 debian/changelog                                            |  5 +++--
 .../patches/0004-fix-filename-parameter-default-value.patch | 13 +++++++++++++
 debian/patches/series                                       |  1 +
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f98d0e5..cc879b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-plexus-maven-plugin (1.3.8-9) UNRELEASED; urgency=low
+plexus-maven-plugin (1.3.8-9) unstable; urgency=low
 
   * Team upload.
+  * Added a patch to fix the default value of the fileName parameter
   * Replaced 0004-set-source-and-target-version.patch with build properties
 
- -- Emmanuel Bourg <ebourg at apache.org>  Fri, 22 Nov 2013 21:34:40 +0100
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 22 Nov 2013 23:47:15 +0100
 
 plexus-maven-plugin (1.3.8-8) unstable; urgency=low
 
diff --git a/debian/patches/0004-fix-filename-parameter-default-value.patch b/debian/patches/0004-fix-filename-parameter-default-value.patch
new file mode 100644
index 0000000..0f0cfbb
--- /dev/null
+++ b/debian/patches/0004-fix-filename-parameter-default-value.patch
@@ -0,0 +1,13 @@
+Description: Fixes the default value of the fileName parameter
+Author: Emmanuel Bourg <ebourg at apache.org>
+--- a/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java
++++ b/src/main/java/org/codehaus/plexus/maven/plugin/AbstractDescriptorMojo.java
+@@ -58,7 +58,7 @@
+     protected final Logger log = LoggerFactory.getLogger(getClass());
+     
+     /**
+-     * @parameter expression="META-INF/plexus/components.xml"
++     * @parameter default-value="META-INF/plexus/components.xml"
+      * @required
+      */
+     protected String fileName;
diff --git a/debian/patches/series b/debian/patches/series
index 02846fb..e4095c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-support-newer-doxia.patch
 0002-fix-plexus-descriptor.patch
 0003-add-missing-dependency.patch
+0004-fix-filename-parameter-default-value.patch

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



More information about the pkg-java-commits mailing list