This is an automated email from the ASF dual-hosted git repository.
desruisseaux 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 2686f9c163 docs: clarify replacement for deprecated
scriptSourceDirectory (#11651)
2686f9c163 is described below
commit 2686f9c16316aa5181835b8f2e34018478930ba0
Author: Anukalp Pandey <[email protected]>
AuthorDate: Tue Feb 17 15:18:21 2026 +0530
docs: clarify replacement for deprecated scriptSourceDirectory (#11651)
---
api/maven-api-model/src/main/mdo/maven.mdo | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/api/maven-api-model/src/main/mdo/maven.mdo
b/api/maven-api-model/src/main/mdo/maven.mdo
index 1797ae0d64..74aff7785e 100644
--- a/api/maven-api-model/src/main/mdo/maven.mdo
+++ b/api/maven-api-model/src/main/mdo/maven.mdo
@@ -930,7 +930,9 @@
interpreted rather than compiled).
The default value is {@code src/main/scripts}.
- @deprecated Replaced by {@code <Source>} with {@code script}
language.
+ @deprecated since 4.0.0.
+ Use {@code <source>} elements with {@code script} language
+ to configure script sources.
</description>
<type>String</type>
<annotations>