Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

maven webservice example issue

Hi
I am running below example

http://maksim.sorokin.dk/it/2011/01/20/jax-ws-web-services-maven-tomcat/

i downloaded source code and imported and maven clean, maven install, build and run on tomcat 7 server.

I see below error on pom.xml
Description      Resource      Path      Location      Type
Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.4.1:runtime Cause: error in opening zip file      pom.xml      /jaxwsExample      line 1      Maven Project Build Lifecycle Mapping Problem
under
C:\Users\zzz\.m2\repository\com\sun\xml\ws\jaxws-rt\2.1.3

i see jaxws-rt-2.1.3.jar created also

please advise
ASKER CERTIFIED SOLUTION
Avatar of gurpsbassi
gurpsbassi
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

it working fine after proper maven clean and maven install.

I am running from eclipse onlhy not command line