This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSOURCES-110
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git


The following commit(s) were added to refs/heads/MSOURCES-110 by this push:
     new 6312a98  Just fake a errornously change and check if the IT's are 
triggered correctly. (Test the Test ;-)
6312a98 is described below

commit 6312a982e30629247d044a71f4b8d553312697f5
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sat Feb 24 13:02:19 2018 +0100

    Just fake a errornously change and check if the IT's are triggered
    correctly. (Test the Test ;-)
---
 .../java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java 
b/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java
index 6725dab..6dfd89a 100644
--- a/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java
@@ -164,7 +164,7 @@ public abstract class AbstractSourceJarMojo
      * The filename to be used for the generated archive file. For the 
source:jar goal, "-sources" is appended to this
      * filename. For the source:test-jar goal, "-test-sources" is appended.
      */
-    @Parameter( defaultValue = "${project.build.finalName}" )
+    @Parameter( defaultValue = "${project.build.finalName}", readonly = true )
     protected String finalName;
 
     /**

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to