elharo commented on a change in pull request #235: URL: https://github.com/apache/maven-site/pull/235#discussion_r621142216
########## File path: content/apt/guides/introduction/introduction-to-the-pom.apt ########## @@ -212,8 +212,8 @@ Introduction to the POM parent of our POM. And we do so by specifying the fully qualified artifact name of the parent POM. With this setup, our module can now inherit some of the properties of our parent POM. - Alternatively, if we want the groupId and / or the version of your modules to be the same as their parents, you can - remove the groupId and / or the version identity of your module in its POM. + Alternatively, if we want the groupId and the version of your modules to be the same as their parents, you can Review comment: we --> you ########## File path: content/apt/guides/introduction/introduction-to-the-pom.apt ########## @@ -229,7 +229,7 @@ Introduction to the POM </project> +-----+ - This allows the module to inherit the groupId and / or the version of its parent POM. + This allows the module to inherit the groupId and the version of its parent POM. Review comment: Is it possible someone wants to inherit the group ID but not the artifact ID or version? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org