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/22 19:49:24 UTC

[maven-source-plugin] 01/01: [MSOURCES-108] - Remove the readonly=true from finalName

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

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

commit c45a5a5e3c8d353ae2f270ae45438fac390b559d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Feb 22 20:47:55 2018 +0100

    [MSOURCES-108] - Remove the readonly=true from finalName
---
 .../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 6dfd89a..6725dab 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}", readonly = true )
+    @Parameter( defaultValue = "${project.build.finalName}" )
     protected String finalName;
 
     /**

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