enapps-enorman opened a new pull request #67:
URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/67


   After switching to the 1.4.22 release version of the plugin, I noticed that 
the change for SLING-10035 appears to be creating a set of empty folders in the 
wrong place in my linux environment.
   
   Using a debugger, I see that the targetDir File object is constructed at 
AbstractFeatureMojo line 244 with the "child" second argument already resolved 
to be an absolute path.  This appears to append the absolute child path to the 
parent path rather than checking if "child" is relative or absolute to resolve 
it.
   
   Expect the targetDir resolution to properly resolve the path when the child 
is an absolute path.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to