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

Drop Maven legacy (and unused bits) and reuse work done by Maven #328

Merged
merged 6 commits into from
Jun 27, 2022

Conversation

cstamas
Copy link
Contributor

@cstamas cstamas commented Jun 24, 2022

Dropped (unused) deprecated bits to get them out of plugin.
Also, reuse what Maven did for us already (resolved the project),
as Mojo requires compile resolution and that most probably
happened already in verify phase.

As "side effect" fixes #327

cstamas added 4 commits June 24, 2022 14:37
Dropped (unused) deprecated bits to get them out of plugin.
Also, reuse what Maven did for us already (resolved the project),
as Mojo requires compile resolution and that most probably
happened already in verify phase.
forgot project artifact, and it needs distinguished handling
as it has no scope set.
@cstamas
Copy link
Contributor Author

cstamas commented Jun 24, 2022

This is now ready for final review and eventual merge. Am done with changes (unless some PR reviewer asks for more).

@siom79 siom79 merged commit 498fc20 into siom79:master Jun 27, 2022
@cstamas cstamas deleted the drop-maven-legacy-reuse-project branch June 27, 2022 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not an issue just INFO: japicmp fails to work with Maven 3.8.5, use 3.8.6
2 participants