rgroothuijsen opened a new pull request, #2002:
URL: https://github.com/apache/avro/pull/2002

   This PR provides a fix for situations where a user provides the Maven plugin 
with a symbolic link instead of an actual directory as the source directory, 
and the plugin fails to detect the source files referred to by the link. To fix 
this, the plugin will first check if the provided directory is a symbolic link, 
and resolve it to the actual directory if necessary.
   
   In order to verify this, a unit test has been added which creates a symbolic 
link, and this link is referred to in the provided POM's `sourceDirectory` 
field. When the test completes, files will be written to the output directory 
similarly to the non-symbolic test cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to