Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Maven errors when adding pom to bundle

Hi,

Have you tried hovering on this error or explicitly requesting the quickfix (Ctrl+1) for such error? They give hints about how to remediate, for example by looking for available configurators. See this page https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html for details.
On Tycho side, it would be possible to improve that by defining some m2e metadata inside Tycho's maven plugins, and by adopting best practices for m2e compatibility ( https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html ). Some contributions would be welcome. Please pen tickets to bugs.eclipse.org if you plan to work on it.

Cheers,

Back to the top