psiroky commented on code in PR #201:
URL: https://github.com/apache/maven-enforcer/pull/201#discussion_r1057315114
##########
pom.xml:
##########
@@ -203,18 +202,16 @@
<pluginManagement>
<plugins>
<plugin>
+ <!-- remove with future parent upgrade -->
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <configuration>
-
<topSiteURL>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</topSiteURL>
- </configuration>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>3.4.0</version>
Review Comment:
This is technically not related to the parent upgrade, but this invoker
version supports JDK 19 which is definitely nice. I could potentially split
this into a different PR if needed.
--
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]