From d0b6c1940005e18c589973d3e5bced38c3042634 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Tue, 30 Jun 2026 16:40:02 +0200 Subject: [PATCH] Set up for ATR --- .asf.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 67bff3ee..c2f74248 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,3 +40,25 @@ notifications: commits: commits@maven.apache.org issues: issues@maven.apache.org pullrequests: issues@maven.apache.org +# https://release-test.apache.org/projects/maven-filtering +project: + metadata: + key: maven-filtering + committee: maven + name: Maven Filtering + description: A shared component for all plugins that needs to filter resources. + short_description: A shared component for all plugins that needs to filter resources. + homepage: https://maven.apache.org/shared/maven-filtering/ + download_page: https://maven.apache.org/shared/maven-filtering/download.cgi + bug_database: https://maven.apache.org/shared/maven-filtering/issue-management.html + mailing_lists: https://maven.apache.org/shared/maven-filtering/mailing-lists.html + repositories: + - https://github.com/apache/maven-filtering.git + categories: + - build-management + programming_languages: + - Java + policy: + github_repository_name: maven-filtering + features: + atr_sync: true