This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new a51e117cd3 clarify repository vs deployment repository
a51e117cd3 is described below
commit a51e117cd3221bc755bd501742cf107806c486f1
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Nov 21 01:18:16 2025 +0100
clarify repository vs deployment repository
---
maven-model/src/main/mdo/maven.mdo | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/maven-model/src/main/mdo/maven.mdo
b/maven-model/src/main/mdo/maven.mdo
index 8fb879c0ca..9f144d6234 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -2117,12 +2117,12 @@
<superClass>Repository</superClass>
<version>4.0.0+</version>
<description>Deployment repository contains the information needed for
deploying to the remote
- repository, which adds uniqueVersion property to usual repositories
for download.</description>
+ repository, which adds {@code uniqueVersion} property to usual
repository information for download.</description>
<fields>
<field>
<name>uniqueVersion</name>
<description>Whether to assign snapshots a unique version comprised
of the timestamp and
- build number, or to use the same version each time</description>
+ build number, or to use the same version each time, when deploying
to repository</description>
<type>boolean</type>
<defaultValue>true</defaultValue>
<version>4.0.0+</version>
@@ -2133,7 +2133,7 @@
<class java.clone="deep">
<name>RepositoryPolicy</name>
<version>4.0.0+</version>
- <description>Download policy.</description>
+ <description>Repository download policy.</description>
<fields>
<field>
<name>enabled</name>