-
Notifications
You must be signed in to change notification settings - Fork 117
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
extensions in extensions.xml cause m2e not to update project in Eclipse #1310
Comments
Can you please check if the problem still occurs with the latest snapshot: |
So far it seems to be working but I'm hitting a different issue (#1605) |
Hm, doesn't seem to be working correctly, at least on my machine: I have a multi-module project which has a <?xml version="1.0" encoding="UTF-8"?>
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.1.0 https://maven.apache.org/xsd/core-extensions-1.1.0.xsd">
<extension>
<groupId>me.qoomon</groupId>
<artifactId>maven-git-versioning-extension</artifactId>
<version>9.10.0</version>
</extension>
<extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.2.0</version>
</extension>
</extensions> I tried to update a module and the following error occurred (different than the one from the original post, but similar to the NPE in #1605):
Updating the submodule worked when I renamed the |
Observed on Eclipse 4.26/m2e 2.2.1 on MacOS (but this issue has been present for several Eclipse/M2E releases)
I work on a project which has a
.mvn/extensions.xml
configuration file and is causing Eclipse to fail importing and/or updating the project with the following error message:If I comment the content of the file or remove it, Eclipse has no problem importing the project.
Attaching a small test project to reproduce the issue: m2e-lifecycle-issue.tar.gz
The text was updated successfully, but these errors were encountered: