vy commented on code in PR #490: URL: https://github.com/apache/logging-parent/pull/490#discussion_r3578374157
########## pom.xml: ########## @@ -43,60 +43,56 @@ <inceptionYear>1999</inceptionYear> + <!-- + These entries exist only to satisfy the Maven Central requirement of at least one + developer with a name and an email address. They deliberately point to stable team + aliases instead of individuals. + + The `<developers>` section is inherited by child projects, so these entries apply to + the whole Apache Logging Services family and should NOT be overridden downstream. + + We do not track individual developers or contributors here: Git history and the + project team page (https://logging.apache.org/team-list.html) are the authoritative, + always up-to-date sources. + --> Review Comment: We don't need the entire story here. Interested parties can read the PR description. ```suggestion <!-- Maven Central requires `developers`, and it should contain at least one developer with a name and an email address. --> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
