Hello,
First, thanks for your job, but I have an issue.
When I open the project, my Eclipse said me in the pom.xml :
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.3:run (execution: default, phase: generate-sources)
So I fixed that adding <pluginManagement> tag to the pom.xml : Stack Overflow
But now I still have a problem.
Eclipse doesn't seems found the wsimport dependency because every object from com.ebay.soap.eBLBaseComponents are marked as cannot be resolved to a type.
Same problem with maven install/compile, every objects are marked as package com.ebay.soap.eBLBaseComponents does not exist...
Thanks for your help
Yani :)
Hello,
First, thanks for your job, but I have an issue.
When I open the project, my Eclipse said me in the pom.xml :
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.3:run (execution: default, phase: generate-sources)So I fixed that adding
<pluginManagement>tag to the pom.xml : Stack OverflowBut now I still have a problem.
Eclipse doesn't seems found the wsimport dependency because every object from
com.ebay.soap.eBLBaseComponentsare marked ascannot be resolved to a type.Same problem with maven install/compile, every objects are marked as
package com.ebay.soap.eBLBaseComponents does not exist...Thanks for your help
Yani :)