This is an automated email from the ASF dual-hosted git repository. slawekjaranowski pushed a commit to branch atr-metadata in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
commit 98939cf52298b9aa0c9332e27a1d958813ecc226 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sat Jul 11 22:43:04 2026 +0200 Add .asf.yaml project metadata for ATR --- .asf.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index e084711..3c16f36 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,3 +40,27 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: [email protected] + +# https://release-test.apache.org/projects/maven-toolchains-plugin see https://s.apache.org/asfyaml#project +project: + metadata: + key: maven-toolchains-plugin + committee: maven + name: Apache Maven Toolchains Plugin + description: The Toolchains Plugins allows to share configuration across plugins. For example to make sure the plugins like compiler, surefire, javadoc, webstart etc. all use the same JDK for execution. + short_description: Apache Maven plugin for sharing toolchain configuration across plugins. + homepage: https://maven.apache.org/plugins/maven-toolchains-plugin + download_page: https://maven.apache.org/plugins/maven-toolchains-plugin/download.cgi + bug_database: https://maven.apache.org/plugins/maven-toolchains-plugin/issue-management.html + mailing_lists: https://maven.apache.org/plugins/maven-toolchains-plugin/mailing-lists.html + repositories: + - https://github.com/apache/maven-toolchains-plugin.git + categories: + - build-management + programming_languages: + - Java + policy: + github_repository_name: maven-toolchains-plugin + download_path_suffix: plugins + features: + atr_sync: true
