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


##########
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'm not sure what "shared" is here. Is a noun missing?
   also just target, not target to



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

Reply via email to