ANierbeck / Karaf-Vertx

Showcase to demonstrate Vertx in OSGi and especially in Karaf
Apache License 2.0
20 stars 5 forks source link

Error when importing the project into eclipse #22

Closed iamparthak closed 7 years ago

iamparthak commented 7 years ago

Hi I imported the project into eclipse but getting error in some projects like Vertx-Microservices-Karaf pom.xml. This is the error i am getting. Plugin execution not covered by lifecycle configuration: org.apache.karaf.tooling:karaf-maven-plugin:4.0.7:assembly (execution: default-assembly, phase: process-resources)

ANierbeck commented 7 years ago

There is no plugin for that, so please ignore it

iamparthak commented 7 years ago

so the project will work even without that plugin?

ANierbeck commented 7 years ago

yes ... those m2-eclipse plugins are not mandatory for eclipse, use a different IDE and you wouldn't even notice this.

iamparthak commented 7 years ago

Thanks ANierbeck