desruisseaux commented on code in PR #1097:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/1097#discussion_r3681665406


##########
pom.xml:
##########
@@ -96,12 +96,8 @@ under the License.
 
     
<project.build.outputTimestamp>2026-01-27T00:46:35Z</project.build.outputTimestamp>
 
-    <!-- TODO remove with next parent -->
-    
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>
-    <version.maven-compiler-plugin>3.14.1</version.maven-compiler-plugin>
-    <version.maven-dependency-plugin>3.9.0</version.maven-dependency-plugin>
-    <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
     <!-- 4.x publish -->
+    
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>
     <maven.site.path>${maven4x.site.path}</maven.site.path>
 

Review Comment:
   Would the following be a replacement for both `<maven4x.site.pat>` and 
`<maven.site.path>`? In particular, would it include the `plugins-archives` 
part ?
   
   ```xml
   <maven.site.path.suffix>LATEST-4.x</maven.site.path.suffix>
   ```
   



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