This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 757c22e [MPLUGIN-331] marked field as read only: no use case to
configure
757c22e is described below
commit 757c22ec89399f490ec54e3d5c308876e78f7912
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Jan 14 00:24:57 2018 +0100
[MPLUGIN-331] marked field as read only: no use case to configure
---
.../src/main/java/org/apache/maven/plugin/plugin/PluginReport.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
index 1193e10..ee17f53 100644
---
a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
+++
b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
@@ -202,7 +202,8 @@ public class PluginReport
*
* @since 3.5.1
*/
- @Parameter( defaultValue =
"${project.build.outputDirectory}/META-INF/maven/plugin.xml", required = true )
+ @Parameter( defaultValue =
"${project.build.outputDirectory}/META-INF/maven/plugin.xml", required = true,
+ readonly = true )
private File pluginXmlFile;
/**
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].