Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MPLUGIN-377] Upgrade to maven 3.x and avoid using deprecated API #37

Merged
merged 2 commits into from Oct 21, 2021

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Oct 1, 2021

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.

@cstamas
Copy link
Member

cstamas commented Oct 14, 2021

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 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 Oct 14, 2021
@gnodet gnodet merged commit 73e32d1 into apache:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants