Migration to GWT via Vaadin fails to compile in maven

I changed gwt-servlet to vaadin-server and gwt-user to vaadin-client in all pom’s where gwt used. Added javax.servlet-api dependency and vaadin-client-compiler (to be able to use gwt debugger). Changed gwt-maven-plugin to vaadin-maven-plugin (disabling and tags). And after running mvn clean install build fails with “[ERROR]
Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.2:wsgen…”.

If I rollback all the changes to gwt, build finishes successfully.

I’m not sure whether it is Vaadin migration issue but build fails after completing migration steps. I didn’t attach more logs because I’m not sure what logs to provide.