[MPLUGIN-377] Upgrade to maven 3.x and avoid using deprecated API by gnodet · Pull Request #37 · apache/maven-plugin-tools (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Merged
merged 2 commits into
Oct 21, 2021
Conversation
Ground work for https://issues.apache.org/jira/browse/MNG-7266.
Upgrading to maven 3.2.x is necessary in order to get rid of the org.apache.maven.execution.RuntimeInformation which was deprecated in favor of org.apache.maven.rtinfo.RuntimeInformation.
The org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata class has been copied from maven-compat.
Changes coming from master: added -P run-its as ITs were NOT executed before (and they would fail IMHO).
IT failure reason is ancient projects in ITs: This PR ITs passes when this applied: #41
cstamas changed the title
Upgrade to maven 3.x and avoid using deprecated API [MPLUGIN-377] Upgrade to maven 3.x and avoid using deprecated API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})