I am having trouble configuring the jaxb2-maven-plugin to generate Java classes from a WSDL and multiple XSD files that all exist in the same standard directory
jaxb2-maven-plugin
I had this question for jaxb2-maven-plugin 2.5.0. Here is my solution:
org.codehaus.mojo jaxb2-maven-plugin 2.5.0 generate-resources xjc xjc wsdl ${project.basedir}/src/main/resources/wsdl ${project.basedir}/src/main/java false com.project.generated true