mojohaus / jaxb2-maven-plugin

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

Using canonical path also in XjcMojo #56

Closed Riduidel closed 6 years ago

Riduidel commented 7 years ago

Fixes #55 by using standard FileSystemUtilities canonicalization instead of the simple absolute dir which may file on linked Linux paths

lennartj commented 7 years ago

I will do a dynamic landing page for the documentation instead.

See #75

andham commented 7 years ago

@lennartj Did you close the right PR? This PR is not about documentation.

lennartj commented 7 years ago

Uhm ... something odd happened here. No. This is the incorrect PR.

Re-opening and closing the appropriate one.

amandel commented 7 years ago

Sorry for the late question to a topic that hit me also and I like to see fixed. Is the assumption correct that getProject().addCompileSourceRoot(..) should get the canonical path added at all? The places I saw the absolute path was added might be the error is in AbstractJaxbMojo?

lennartj commented 6 years ago

Merged.

Thanks!

:)