javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

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

Open aligator4sah opened 6 years ago

aligator4sah commented 6 years ago

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: `org.jvnet.jax-ws-commons

jaxws-maven-plugin
            <version>2.3</version>
            <executions>
                <execution>
                    <phase>generate-sources</phase>
                    <goals>
                        <goal>wsimport</goal>
                    </goals>
                </execution>
            </executions>`