Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Getting rid of pom error message for eclipse-test-plugins

Hi Lars,

that has nothing to do with tycho per-se but m2e, so the people there might be able to give better hints, to be honest what I always do is:

- got to the error-view
- activate "Quick-fix"
- "Ignore this problem in Eclipse Prefrences"

There is also an option to ignore this at the pom level but that adds a massive amount of confusing xml-stuff to the pom :-)

The other alternative is to search for a compatible connector for m2e


Am 09.01.20 um 12:32 schrieb Lars Vogel:
Any hint how to get rid of these errors?

Multiple markers at this line
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources
(execution: default-resources, phase: process-resources)
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources
(execution: default-testResources, phase: process-test-resources)


On Tue, Oct 22, 2019 at 2:34 PM Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:

Hi,

The Eclipse IDE shows me for Eclipse test plug-ins error message in the editor.

Pom file entry with error:  <packaging>eclipse-test-plugin</packaging>
Error message:
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources
(execution: default-testResources, phase: process-test-
resources)
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources
(execution: default-resources, phase: process-resources)

I already  have the   Tycho Project Configurators 0.8.1.201704211436
org.sonatype.tycho.m2e.feature.feature.group Sonatype, Inc. installed.

How can I fix / remove the error message from above?

Best regards, Lars

--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com





Back to the top