Hi IvyTeam

I'm migrating from Ivy 7.0.11 to Ivy 8.0.2. When I import my project, the parent tag has a error in pom.xml file

"Plugin execution not covered by lifecycle configuration: com.axonivy.ivy.ci:project-build-plugin:8.0.1:share-engine-core-classpath (execution: default, phase: initialize)"

and Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-dependency-plugin:3.1.1:properties (execution: iar-as-property, phase: initialize)

<parent>
        <groupId>axon.ivy</groupId>
        <artifactId>myproject</artifactId>
        <version>1.4.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

Please help me to resolve it. Thanks

asked 12.02.2020 at 23:08

anhle's gravatar image

anhle
(suspended)
accept rate: 0%

edited 13.02.2020 at 02:00


Sounds like 'ingorable' errors to me. They simply state these maven goals will not be executed by the Designer.ide during build/compile phase. ....but when run with maven these goals/plugins will be invoked.

So It should be save to ignore them. Do so by:

  • opening the problems view
  • right click on this lifecycle error
  • choose quick fix from the context menu
  • select the 'pom.xml' of the current project
  • ... m2e will then write a big block into the projects pom.xml to ignore these errors.
  • you may move this block into the parent pom.xml later on, but that's optional task
link

answered 13.02.2020 at 02:55

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 13.02.2020 at 02:57

Thanks Reguel Wermelinger. I resolved it.

(13.02.2020 at 20:34) anhle anhle's gravatar image

Please accept the answer

(14.02.2020 at 00:55) Alex Suter ♦♦ Alex%20Suter's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×22

Asked: 12.02.2020 at 23:08

Seen: 20,526 times

Last updated: 14.02.2020 at 00:55