okleine / nCoAP

Java implementation of the CoAP protocol using netty
BSD 3-Clause "New" or "Revised" License
179 stars 57 forks source link

Plugin execution not covered by lifecycle configuration #29

Closed mohsinknsd closed 8 years ago

mohsinknsd commented 8 years ago

Hello! Here I have to create a COAP listener so I am building this project in Eclipse Luna. But I'm facing some problems, have a look on the screenshot... coap

Please help what I'm missing.

boldt commented 8 years ago

The Eclipse maven plugin does not know how to handle the mycila-licence-plugin. First, open "Quick Fix":

bildschirmfoto vom 2016-05-31 23 48 42

This gives you three options:

bildschirmfoto vom 2016-05-31 23 42 19

These fixes are also given in your sceenshot.

1) Discover new m2e connectors

Probably, this will not find a solution immediatel.Thus,you need to select lifecycles on the top and install the connector m2e-mycila-licence

bildschirmfoto vom 2016-05-31 23 49 26

This plugin ignores the message for all projects.

2) Mark goal format as ignored in Eclipse build in Eclipse preferences

This ignores the message for a single project.

3) Permanently mark goal run in pom.xml as ignored in Eclipse build

This ignores the message for all projects.