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

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



-- 
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