This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 1cf5f4ab47 [MNG-8591] Fix default value for plugin resolution (which
has always been null) (#2124)
1cf5f4ab47 is described below
commit 1cf5f4ab47b9863eb5101d5e826c54e8e63b8aae
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Feb 25 09:28:41 2025 +0100
[MNG-8591] Fix default value for plugin resolution (which has always been
null) (#2124)
---
api/maven-api-plugin/src/main/mdo/plugin.mdo | 2 --
1 file changed, 2 deletions(-)
diff --git a/api/maven-api-plugin/src/main/mdo/plugin.mdo
b/api/maven-api-plugin/src/main/mdo/plugin.mdo
index 149c46490a..5eeaaf3315 100644
--- a/api/maven-api-plugin/src/main/mdo/plugin.mdo
+++ b/api/maven-api-plugin/src/main/mdo/plugin.mdo
@@ -212,7 +212,6 @@ under the License.
<name>requiresDependencyResolution</name>
<version>1.0.0/1.1.0</version>
<type>String</type>
- <defaultValue>runtime</defaultValue>
<description>
Flags this Mojo as requiring the dependencies in the specified
class path to be resolved before it can
execute: {@code compile}, {@code runtime}, {@code test},
@@ -223,7 +222,6 @@ under the License.
<name>dependencyResolution</name>
<version>2.0.0+</version>
<type>String</type>
- <defaultValue>runtime</defaultValue>
<description>
Flags this Mojo as requiring the dependencies in the specified
class path to be resolved before it can
execute: {@code compile}, {@code runtime}, {@code test},