Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

String index out of range Exception in org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport #138

Open
aligator4sah opened this issue Aug 8, 2018 · 0 comments

Comments

@aligator4sah
Copy link

When I was trying to build the package using Maven configuration, I got the failed building message which shows:
Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport (default) on project cpc-schemas: Execution default of goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport failed: String index out of range: -1 -> [Help 1]

The pom.xml file looks like below:
<groupId>org.jvnet.jax-ws-commons</groupId> <artifactId>jaxws-maven-plugin</artifactId> <version>2.3</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>wsimport</goal> </goals> </execution> </executions>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant