hboutemy commented on PR #137: URL: https://github.com/apache/maven-apache-parent/pull/137#issuecomment-1553261723
@kwin yes, for example the plugins list in org.apache.maven.plugins does not get updated so often = https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml then having a quite big WARN message as defined in https://issues.apache.org/jira/browse/MDEPLOY-291 looks reasonably visible (I just also added it to the MDEPLOY-291 issue description) ``` [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.9. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] ``` yes, I think it is reasonable to upgrade the plugins (notice: there is no equivalent warning in maven-install-plugin, but let's say the warning in maven-deploy-plugin is sufficient) -- 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]
