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

[MCOMPILER-593] Switch to the Maven 4 API #147

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Aug 24, 2022

JIRA issue: MCOMPILER-593
Uptodate with Maven 4.0.0-beta-3 and related PRs at apache/maven#1048

@desruisseaux
Copy link

I have successfully run mvn install on all pull requests mentioned in this comment, except this last one which produce the following error message:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.11.1-SNAPSHOT:descriptor (default-descriptor) on project maven-compiler-plugin: The API of the mojo scanner is not compatible with this plugin version. Please check the plugin dependencies configured in the POM and ensure the versions match.: 'boolean org.apache.maven.plugin.descriptor.MojoDescriptor.isV4Api()' -> [Help 1]

Since I'm new to Maven internal, I do not know yet where to look for fixing this error. Could someone provide me a tip?

@gnodet
Copy link
Contributor Author

gnodet commented Mar 2, 2024

I have successfully run mvn install on all pull requests mentioned in this comment, except this last one which produce the following error message:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.11.1-SNAPSHOT:descriptor (default-descriptor) on project maven-compiler-plugin: The API of the mojo scanner is not compatible with this plugin version. Please check the plugin dependencies configured in the POM and ensure the versions match.: 'boolean org.apache.maven.plugin.descriptor.MojoDescriptor.isV4Api()' -> [Help 1]

Since I'm new to Maven internal, I do not know yet where to look for fixing this error. Could someone provide me a tip?

You need to build this PR with maven 4.0.0-alpha-13-SNAPSHOT.

@desruisseaux
Copy link

You need to build this PR with maven 4.0.0-alpha-13-SNAPSHOT.

Thanks, it worked.

@gnodet gnodet force-pushed the m-api branch 2 times, most recently from 81bc451 to b0a2604 Compare June 20, 2024 07:35
@gnodet gnodet changed the title Switch to the Maven 4 API [MCOMPILER-593] Switch to the Maven 4 API Jun 20, 2024
@gnodet gnodet force-pushed the m-api branch 4 times, most recently from cc97db8 to 9bf0d7b Compare June 24, 2024 07:35
@gnodet gnodet force-pushed the m-api branch 2 times, most recently from 5646006 to ddc1e10 Compare June 24, 2024 20:59
@gnodet gnodet merged commit 9dc957d into apache:master Jun 24, 2024
26 checks passed
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.

2 participants