jaxb.properties missing at runtime when built with Maven
Example, in maven the java class
src\main\java\com\example\sitemap\generate\domain
and the file jaxb.properties
src\main\resources\com\example\sitemap\generate\domain\jaxb.properties
You need to make sure the jaxb.properties
file is under the resources directory in the same package structure as the corresponding model classes.
Example
- https://github.com/bdoughan/blog20110322