[pkg-java] r17500 - in trunk/plexus-maven-plugin/debian: . patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 22 23:28:34 UTC 2013
Author: ebourg-guest
Date: 2013-11-22 23:28:34 +0000 (Fri, 22 Nov 2013)
New Revision: 17500
Added:
trunk/plexus-maven-plugin/debian/patches/0004-fix-filename-parameter-default-value.patch
Modified:
trunk/plexus-maven-plugin/debian/changelog
trunk/plexus-maven-plugin/debian/patches/series
Log:
Added a patch to fix the default value of the fileName parameter
Modified: trunk/plexus-maven-plugin/debian/changelog
===================================================================
--- trunk/plexus-maven-plugin/debian/changelog 2013-11-22 23:10:44 UTC (rev 17499)
+++ trunk/plexus-maven-plugin/debian/changelog 2013-11-22 23:28:34 UTC (rev 17500)
@@ -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
Added: trunk/plexus-maven-plugin/debian/patches/0004-fix-filename-parameter-default-value.patch
===================================================================
--- trunk/plexus-maven-plugin/debian/patches/0004-fix-filename-parameter-default-value.patch (rev 0)
+++ trunk/plexus-maven-plugin/debian/patches/0004-fix-filename-parameter-default-value.patch 2013-11-22 23:28:34 UTC (rev 17500)
@@ -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;
Modified: trunk/plexus-maven-plugin/debian/patches/series
===================================================================
--- trunk/plexus-maven-plugin/debian/patches/series 2013-11-22 23:10:44 UTC (rev 17499)
+++ trunk/plexus-maven-plugin/debian/patches/series 2013-11-22 23:28:34 UTC (rev 17500)
@@ -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
More information about the pkg-java-commits
mailing list