This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch atr-asf.yaml-4.0.x in repository https://gitbox.apache.org/repos/asf/maven.git
commit faecf50498724155d82c52cc2509f1f39bef2aeb Author: Hervé Boutemy <[email protected]> AuthorDate: Wed Jul 8 08:02:15 2026 +0200 configure ATR project --- .asf.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index a6530be680..38aa1cb13e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -23,3 +23,30 @@ notifications: issues: [email protected] pullrequests: [email protected] jira_options: link label + +# https://release-test.apache.org/projects/maven +project: + metadata: + key: maven + committee: maven + name: Apache Maven + description: "Maven is a project development management and comprehension tool. + Based on the concept of a project object model: builds, dependency management, + documentation creation, site publication, and distribution publication are all controlled from the declarative file. + Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process." + short_description: Maven is a project development management and comprehension tool. + homepage: https://maven.apache.org/ + download_page: https://maven.apache.org/download.html + bug_database: https://github.com/apache/maven/issues + mailing_lists: https://maven.apache.org/mailing-lists.html + repositories: + - https://github.com/apache/maven.git + categories: + - build-management + programming_languages: + - Java + policy: + github_repository_name: maven + download_path_suffix: maven-{{MAJOR}}/{{VERSION}} + features: + atr_sync: true
