Replies: 1 comment 1 reply
-
@karypid please note that https://github.com/tesla/m2eclipse-tycho/
beside that it seems more a bug of m2e to not honor the JPMS settings on project update.
I don't think so
Simply uninstall the Tycho project configurator and see if it works with plain m2e, if not report a bug there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been using the Tycho project configurators to import maven projects into Eclipse.
I have come across a project that requires
--add-exports
and defines:Whenever I import this project, I have to manually go to the project's properties and in the "Java Build Path" and define these in "Module Dependencies".
The annoying thing is that if I update the maven project, the settings get overwritten and I need to manually update the build path again.
Is there some way to define these in
pom.xml
which would allow the Tycho project configurator to pick them up automatically, or is this simply something I have to live with?Beta Was this translation helpful? Give feedback.
All reactions