This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch atr-asf.yaml in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit f7718d62e5651ae44bcf26f5501955b27caea024 Author: Hervé Boutemy <[email protected]> AuthorDate: Wed Jul 8 04:31:18 2026 +0200 configure ATR project --- .asf.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 6d84a33a..630fef71 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-site-plugin see https://s.apache.org/asfyaml#project +project: + metadata: + key: maven-site-plugin + committee: maven + name: Apache Maven Site Plugin + description: The Maven Site Plugin is a plugin that generates a site for the current project. + short_description: The Maven Site Plugin is a plugin that generates a site for the current project. + homepage: https://maven.apache.org/plugins/maven-site-plugin/ + download_page: https://maven.apache.org/plugins/maven-site-plugin/download.cgi + bug_database: https://maven.apache.org/plugins/maven-site-plugin/issue-management.html + mailing_lists: https://maven.apache.org/plugins/maven-site-plugin/mailing-lists.html + repositories: + - https://github.com/apache/maven-site-plugin.git + categories: + - build-management + programming_languages: + - Java + policy: + github_repository_name: maven-site-plugin + download_path_suffix: plugins + features: + atr_sync: true
