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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3ec573e  Configure project for ATR (#376)
3ec573e is described below

commit 3ec573e617de939c308d06e80acf3d56585fed1a
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 30 12:40:22 2026 +0200

    Configure project for ATR (#376)
    
    Configure project for ATR
---
 .asf.yaml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index c453cc4..41f6d15 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,3 +41,25 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
+# https://release-test.apache.org/projects/maven-help-plugin
+project:
+  metadata:
+    key: maven-help-plugin
+    committee: maven
+    name: Maven Help Plugin
+    description: The Maven Help Plugin is used to get relative information 
about a project or the system.
+    short_description: The Maven Help Plugin is used to get relative 
information about a project or the system.
+    homepage: https://maven.apache.org/plugins/maven-help-plugin/
+    download_page: 
https://maven.apache.org/plugins/maven-help-plugin/download.cgi
+    bug_database: 
https://maven.apache.org/plugins/maven-help-plugin/issue-management.html
+    mailing_lists: 
https://maven.apache.org/plugins/maven-help-plugin/mailing-lists.html
+    repositories:
+      - https://github.com/apache/maven-help-plugin.git
+    categories:
+      - build-management
+    programming_languages:
+      - Java
+  policy:
+    github_repository_name: maven-help-plugin
+  features:
+    atr_sync: true

Reply via email to