atastrumf commented on PR #62:
URL: https://github.com/apache/maven-filtering/pull/62#issuecomment-1903752243

   Hi @hboutemy,
   I know it has been a while since this was integrated and maybe my setup is 
wrong, but this change doesn't really seem to fit all use cases.
   (It's still better than before)
   
   Example will make this clear:
   
   ```console
   [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy_some_resources) 
@ project_name ---
   [INFO] Copying 36 resources
   ```
   
   New:
   
   ```console
   [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy_some_resources) 
@ project_name ---
   [INFO] Copying 36 resources from target\tmp-templates to 
..\..\..\..\..\..\ProjectName\Templates
   ```
   
   Having paths at all, is awesome. Having the relative paths is also cool, but 
not when they resolve to cases like above.
   
   Any recommendations? Maybe there is a configuration option to control it 
somehow?
   
   Thanks!


-- 
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: issues-unsubscr...@maven.apache.org

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

Reply via email to