This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 4ccc4ad Clarify how to use Apache Snapshot repository
4ccc4ad is described below
commit 4ccc4ad6e0d2f69fda2f9ee21c10cece27996bdc
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Dec 2 12:47:57 2025 +0100
Clarify how to use Apache Snapshot repository
---
docs/src/site/apt/index.apt.vm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm
index 51054ae..f8891f0 100644
--- a/docs/src/site/apt/index.apt.vm
+++ b/docs/src/site/apt/index.apt.vm
@@ -48,8 +48,8 @@ Apache Software Foundation Parent POM
** <<url>>: {{<<<https://www.apache.org/>>>}}. You should override this.
** <<repositories>>: Optional: the pom adds the Apache snapshot
- repository ({{<<<https://repository.apache.org/snapshots>>>}})
- This only happens if the <<<apache.snapshots>>> property is set,
+ repository ({{<<<https://repository.apache.org/snapshots>>>}}).
+ This only happens if the <<<apache.snapshots>>> property is set (set via
CLI),
or the <<<use-apache-snapshots>>> profile is active.
** <<distributionManagement>>: The POM sets up for releases to the Apache
Nexus
@@ -238,10 +238,11 @@ Notices
</build>
+------+
- * Since version <<34>> <<<repositories>>> section has been moved to the
<<<use-apache-snapshots>>> profile.
-
+ * Since version <<34>> <<<repositories>>> section has been moved to the
<<<use-apache-snapshots>>> profile
+
Apache snapshot repository is now optional, and is only added when the
profile is activated.
- It can be activated by setting the <<<apache.snapshots>>> property or
activating the <<<use-apache-snapshots>>> profile directly.
+ It can be activated by setting the <<<apache.snapshots>>> property (via
CLI) or activating the <<<use-apache-snapshots>>> profile directly.
+ Activating from the POM is not possible.
[]