This is an automated email from the ASF dual-hosted git repository.

slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e0b39a6  Add .asf.yaml project metadata for ATR
e0b39a6 is described below

commit e0b39a6ca45d9b78a5065c3bcc2dad4a0949f816
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

Reply via email to