This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch configure-atr in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit f9c04162ccc770b7f1832c5e410b4606cc21f352 Author: Tamas Cservenak <[email protected]> AuthorDate: Tue Jun 30 12:33:22 2026 +0200 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
