Hi I have successfully developed a
ant script which converts wsdl to
java. Now I am trying to do the same using maven with the following pom.xml:
When I execute
mvn clean package on this pom the build is successfull but no java objects are created??? Below is the build output and the parent pom for reference