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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new ee44735 configure ATR project
ee44735 is described below
commit ee4473529da916f93255577e08fe7d08706827b2
Author: Hervé Boutemy <[email protected]>
AuthorDate: Thu Jun 25 22:29:38 2026 +0200
configure ATR project
---
.asf.yaml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 3eb01bb..a57ec9c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,3 +39,26 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
+
+# https://release-test.apache.org/projects/maven-parent see
https://s.apache.org/asfyaml#project
+project:
+ metadata:
+ key: maven-parent
+ committee: maven
+ name: Apache Maven Project Parent POMs
+ description: This project consists of POMs that contains settings for
different collections of Maven projects.
+ short_description: A parent POM to help Apache projects build and release
with Maven.
+ homepage: https://maven.apache.org/pom/maven/
+ download_page: https://maven.apache.org/pom/maven/download.cgi
+ bug_database: https://maven.apache.org/pom/maven/issue-management.html
+ mailing_lists: https://maven.apache.org/pom/maven/mailing-lists.html
+ repositories:
+ - https://github.com/apache/maven-parent.git
+ categories:
+ - build-management
+ programming_languages:
+ - Java
+ policy:
+ github_repository_name: maven-parent
+ features:
+ atr_sync: true