mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
105 stars 76 forks source link

Do not make absolute paths relative if they aren't under the base #143

Open byteit101 opened 5 years ago

byteit101 commented 5 years ago

This only makes paths relative if they are under the base, and does not relativeize those absolute paths.

This caused issues with paths with spaces for xjc. Now paths with spaces work with xjc again (originally broken in 2.4, worked in 2.3.1).

Fixes #131

patrickptibco commented 1 year ago

I have updated this with the latest changes

tibco-jufernan commented 1 year ago

Can this be merged for the next release?