Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,26 @@ notifications:
commits: commits@maven.apache.org
issues: issues@maven.apache.org
pullrequests: issues@maven.apache.org

# https://release-test.apache.org/projects/maven-apache-parent see https://s.apache.org/asfyaml#project
project:
metadata:
key: maven-apache-parent
committee: maven
name: Apache Software Foundation Parent POM
description: This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven.
short_description: A parent POM to help Apache projects build and release with Maven.
homepage: https://maven.apache.org/pom/asf/
download_page: https://maven.apache.org/pom/asf/download.cgi
bug_database: https://maven.apache.org/pom/asf/issue-management.html
mailing_lists: https://maven.apache.org/pom/asf/mailing-lists.html
repositories:
- https://github.com/apache/maven-apache-parent.git
categories:
- build-management
programming_languages:
- Java
policy:
github_repository_name: maven-apache-parent
features:
atr_sync: true
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.
<packaging>pom</packaging>

<name>Apache Software Foundation Parent POM</name>
<description>This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven 2/3.</description>
<description>This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven.</description>
<url>https://maven.apache.org/pom/asf/</url>

<mailingLists>
Expand Down