elharo commented on code in PR #231: URL: https://github.com/apache/maven-parent/pull/231#discussion_r1948230679
########## docs/src/site/apt/index.apt.vm: ########## @@ -70,14 +70,26 @@ mvn -Preporting site * Site Publication This POM prepares site publication to {{{/developers/website/index.html}Apache Maven's site svnpubsub}}. - Every inheriting POM needs to define <<<maven.site.path>>> property - with relative path to <<<$\{project.artifactId}-LATEST>>> publication uri, and define <<<distributionManagement>>> to avoid - automatic inheritance from parent: + + There are defined <<<maven.site.path>>> properties in parent POM for each supported component type, as: +-----+ <properties> <maven.site.path>xxx-archives/\${project.artifactId}-LATEST</maven.site.path> </properties> ++-----+ + + For maven-extensions, maven-plugins and maven-shared-components which target Maven 4.x we have properties in parent POM: Review Comment: we have --> there are -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org