You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/12/18 14:51:43 UTC

[GitHub] [maven-filtering] hboutemy opened a new pull request, #62: [MSHARED-1175] Copying x resources from rel/path to rel/path

hboutemy opened a new pull request, #62:
URL: https://github.com/apache/maven-filtering/pull/62

   see https://issues.apache.org/jira/browse/MSHARED-1175


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-filtering] cstamas merged pull request #62: [MSHARED-1175] Copying x resources from rel/path to rel/path

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas merged PR #62:
URL: https://github.com/apache/maven-filtering/pull/62


-- 
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-unsubscribe@maven.apache.org

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


Re: [PR] [MSHARED-1175] Copying x resources from rel/path to rel/path [maven-filtering]

Posted by "hboutemy (via GitHub)" <gi...@apache.org>.
hboutemy commented on PR #62:
URL: https://github.com/apache/maven-filtering/pull/62#issuecomment-1904229766

   @atastrumf there is no configuration available
   please open a separate Jira issue and provide a sample project


-- 
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-unsubscribe@maven.apache.org

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


Re: [PR] [MSHARED-1175] Copying x resources from rel/path to rel/path [maven-filtering]

Posted by "atastrumf (via GitHub)" <gi...@apache.org>.
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-unsubscribe@maven.apache.org

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