Maven Warning when using jdt.apt on Tycho Pomless build #2912
-
We're currently trying to update to the latest tycho version 4.0.3, comming from 2.0.5 on a huge project. We're getting the following Maven warning for a lot of plugins:
The affected plugins have the following prefs file: <plugin_root>/.settings/org.eclipse.jdt.apt.core.prefs
Guess the warning comes from the code at
The resulting .polyglot.META-INF is:
Guess Maven complains here because the version is missing in the generated "pom". Is there a way to ignore the error or maybe add a version when generating the pom? Tycho: 4.0.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can/should add a configuration of the desired (most of the time latest version) in your configuration pom (mostly in the root of your project tree). |
Beta Was this translation helpful? Give feedback.
You can/should add a configuration of the desired (most of the time latest version) in your configuration pom (mostly in the root of your project tree).