[
https://issues.apache.org/jira/browse/MASSEMBLY-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086662#comment-17086662
]
Sean Bridges commented on MASSEMBLY-932:
----------------------------------------
creating a trivial project doesn't seem to reproduce the issue.
we've got a large multi module project, replacing text in one of the submodules
is failing.
what triggers this code path,
{code:java}
else if ( assemblyWorkPath.startsWith( fsPath ) ){code}
> resource filtering skipped for resources in the current project
> ---------------------------------------------------------------
>
> Key: MASSEMBLY-932
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-932
> Project: Maven Assembly Plugin
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Sean Bridges
> Priority: Major
>
> resource filtering skipped for resources in the current project
>
> In AssemblyProxyArchive, when assemblyWorkPath.startsWith( fsPath ) is true
> the stream transformer is lost when creating a delegate file set
> I can't submit a test case as my project is fairly involved and proprietary,
> but trying to upgrade from 2.4 to 3.2.0 stops substituting ${*} into the
> output file
--
This message was sent by Atlassian Jira
(v8.3.4#803005)