Dear Benson, Thanks for your answer. But if I ignore the plugin, I don't have any compilation error but then when I am trying to make the WAR package of my project in order to deploy it on tomcat server, I got this error :
Failed to execute goal org.apache.cxf:cxf-java2ws-plugin:2.7.6:java2ws So I cannot create the .war and also wsdl file of my project. Best regards, Marzie On Tue, Feb 17, 2015 at 12:21 PM, Benson Margulies <[email protected]> wrote: > This is m2e, not maven, talking to you. You can add some fancy comments to > your pom. > > See > https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html > . > > > On Tue, Feb 17, 2015 at 6:02 AM, Marzie Dehghanipour < > [email protected]> wrote: > > > Hi, > > > > I have installed m2e plugin for my eclipse. But when I am trying to > import > > an existing maven project, I get this error in my pom.xml : > > > > Plugin execution not covered by lifecycle configuration: > > org.apache.cxf:cxf-java2ws-plugin:2.7.6:java2ws (execution: > > process-classes, phase: process-classes) > > > > But I have checked and the plugin exists in maven repository and also the > > dependency exists in pom.xml . > > I do appreciate any help. > > Best, > > Marzie > > >
