You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[WARNING] Some problems were encountered while building the effective model for x.y:z:eclipse-plugin:<version>
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing.
[WARNING]
The affected plugins have the following prefs file:
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?
Is there a way to ignore the error or maybe add a version when generating the pom?
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).
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
org.eclipse.tycho.pomless.TychoBundleMapping#addAdditionalFolders
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
Maven: apache-maven-3.9.5
Java: 17.0.2
The text was updated successfully, but these errors were encountered: