gnodet commented on code in PR #1477: URL: https://github.com/apache/maven-site/pull/1477#discussion_r2611318649
########## content/markdown/whatsnewinmaven4.md: ########## @@ -67,7 +67,7 @@ article [Introduction to Maven Toolchains][8] by Maven maintainer Maarten Mulder ### Consumer POM -Maven 4 generates a stripped down consumer POM that removes build information not needed by consumers, and deploys this +Maven 4 can generate a stripped down consumer POM that removes build information not needed by consumers, and deploys this to the remote repository. It does not deploy the `pom.xml` used to build the project. Review Comment: In addition, whenever the consumer POM is uploaded, the build POM is _also_ uploaded, but not as the _main_ POM, it has a `build` classifier. See https://repo1.maven.org/maven2/org/jline/jline-terminal/3.30.6/ for example. -- 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]
