slawekjaranowski commented on code in PR #231:
URL: https://github.com/apache/maven-parent/pull/231#discussion_r1948167920


##########
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 components extensions, plugins and shared which target to Maven 4.x we 
have properties in parent POM:

Review Comment:
   I thought here about project modules which have defined such property



-- 
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

Reply via email to