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.errors.
- you may move this block into the parent pom.xml later on, but that's optional task