Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] Getting error in pom.xml file in source code

I am getting this error message in <parent> tag in almost every pom.xml file.

Multiple annotations found at this line:
    - Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-packaging-
     plugin:0.20.0:build-qualifier (execution: default-build-qualifier, phase: validate)
    - Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-compiler-
     plugin:0.20.0:compile (execution: default-compile, phase: compile)
    - maven-enforcer-plugin (goal "enforce") is ignored by m2e.
    - Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-packaging-
     plugin:0.20.0:validate-version (execution: default-validate-version, phase: validate)
    - Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-packaging-
     plugin:0.20.0:validate-id (execution: default-validate-id, phase: validate)

i imported the source code into eclipse using Maven/existing maven project.
i also set target platform as eclipse keplar.
But this error persists.
I am new to Code Recommenders. how can I resolve this and start contributing to the project?

Back to the top