If you are trying to build the project with Java 7u40 or higher you will face the following error:
[ERROR] Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport (default) on project connectors
This is a result of more restrictive JAXP (v1.5) which is included in JDK 7u40 or higher.
You can fix this issue by adding the follwoing snippet to the configuration tag of to the pom.xml in the connectors folder:
If you are trying to build the project with Java 7u40 or higher you will face the following error: [ERROR] Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport (default) on project connectors
This is a result of more restrictive JAXP (v1.5) which is included in JDK 7u40 or higher.
You can fix this issue by adding the follwoing snippet to the configuration tag of to the pom.xml in the connectors folder: