This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch set-up-for-atr in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
commit d0b6c1940005e18c589973d3e5bced38c3042634 Author: Tamas Cservenak <[email protected]> AuthorDate: Tue Jun 30 16:40:02 2026 +0200 Set up for ATR --- .asf.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 67bff3e..c2f7424 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,3 +40,25 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: [email protected] +# 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
