eclipse-tycho / tycho

Tycho project repository (tycho)
https://tycho.eclipseprojects.io
Eclipse Public License 2.0
165 stars 189 forks source link

tycho-bnd-plugin doesn't have default lifecycle mapping #3560

Open Bananeweizen opened 5 months ago

Bananeweizen commented 5 months ago

Just noticed in my eclipse-cs IDE that there is one new lifecycle warning, because the new bnd plugin doesn't have a built-in default mapping. I could add that mapping in a PR, however there are more plugins that were added in the recent past. I guess the repository-plugin also would need a similar default mapping, right? Any more?

laeubi commented 5 months ago

Actually m2e has removed the need for default mappings, but of course we can add some if it helps for older versions.

Bananeweizen commented 5 months ago

can you give me a pointer to that? I have a recent m2e 2.6.0 in that IDE. Or would that change require to delete the long XML chunk containing the lifecycle mapping in my POM eventually?

laeubi commented 5 months ago

Maybe you can tell where / what warning you get, in the preferences you can also configure who things should behave.