-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests shouldn't depend on http://schemas.deegree.org #649
Comments
I think the current handling intended to only use the local xsd schema files for building, so no online dependecy is required. |
As a temporary resolve can be adding a classpath resulition by addin a dependecy to this code:
|
Using version 0.12.0 of maven-jaxb2-plugin should be used eventually. Perhaps we could leverage the dependency plugin (to extract xsd's from other artifacts) and the 'schemaDirectory' option of jaxb plugin? |
related issue: #731 |
http://schemas.deegree.org is being used in unit tests. This is causing problems when:
The text was updated successfully, but these errors were encountered: