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

Thank you for the nudge in the right direction!

Using the quick fix, I selected the option to find appropriate Maven connectors. Eclipse found all the ones needed right away and then suggested installing a tycho feature in my IDE. This ended up resolving the errors completely.

Thanks again!

Ken

On Wed, Nov 25, 2020 at 2:30 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
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,
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
-------
Ken Keefe
Senior Software Engineer
Information Trust Institute
University of Illinois at Urbana-Champaign
1308 W. Main St.
CSL 225
Urbana, Illinois 61801, USA
Phone: 217-244-3203


Back to the top