Closed vincentmonier closed 9 years ago
I also have the same issue when I use the following configuration
<sources>
<source>src/main/resources/xsd</source>
</sources>
The plugin execution final trace shows the parameter is correctly given to plugin:
+=================== [XJC Error]
[ERROR] |
[ERROR] | 0: file:<path_to_my_project>/<parent_project>/<my_xsd_module>/src/main/resources/xsd/myXsd.xsd
[ERROR] |
[ERROR] +=================== [End XJC Error]
looks like a duplicate of #5
I am having the same issue, but for some reasons, this is only happening in Linux/Unix not when I am building on Windows. Any update on this issue?
My bad this is now fixed in version 2.2
Closing as a Duplicate.
Hi,
I've a maven multi-modules project, and one of my module generates classes based on a XSD schema. Generation is fine with 1.6 version of jaxb2-maven-plugin.
When I tried to use new 2.1 version of jaxb2-maven-plugin I get the following exception thrown by Xerces:
Which is normal since my XSD file is not located there. But my plugin configuration does have the correct path. Below is an extract of the pom located in my module project `̀``///pom.xml```
I guess the same problem will occur for the bindings