You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/02/24 12:02:59 UTC

[maven-source-plugin] branch MSOURCES-110 updated: Just fake a errornously change and check if the IT's are triggered correctly. (Test the Test ; -)

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 <kh...@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
khmarbaise@apache.org.