The parent tag has a error in pom.xml file
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