-
-
Notifications
You must be signed in to change notification settings - Fork 979
Remove plexus-container-default depedency #1857
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
Comments
This is a known IntelliJ problem, see IDEA-200481. The |
Is there a chance that this issue will get fixed on MapStruct end? It doesn't seem as IntelliJ team has it at the top of their priority list. When it comes down to whether to use MapStruct or IntelliJ, MapStruct will be dropped in favor of IntelliJ. |
I'll do that. I'll make sure that the next release does not publish the test dependencies in the pom. That's what I did for the Gem Tools |
Thank you for reopening this issue! Any rough ETA on the new release with this problem tackled? |
I can't give you an ETA in the moment. However, we are aware that we need to do a release as soon as possible. There are number of improvements already on master that a lot of people are awaiting for. Currently we have 2 issues that we would like to resolve before going for the next release:
|
Can this get fixed and then users could reference a developer build? |
I already said earlier that we are going to look into it and try to fix it. That is why I reopened it and added it to the 1.4 release. |
…rom released pom For some reason when using annotationProcessorPaths IntelliJ includes the provided and test scoped dependencies on the annotation processor paths. With this change there would be no test dependencies that IntelliJ can add.
…sed pom For some reason when using annotationProcessorPaths IntelliJ includes the provided and test scoped dependencies on the annotation processor paths. With this change there would be no test dependencies that IntelliJ can add.
Based on codehaus-plexus/plexus-containers#17 this dependency is obsolete and should be removed.
Why? I am having a problem running mapstruct in intelij when using module-info.java
The text was updated successfully, but these errors were encountered: