You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/12/26 18:20:26 UTC

[GitHub] [maven-enforcer] psiroky commented on a diff in pull request #201: [MENFORCER-448] Upgrade maven-parent from 38 to 39

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org