You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "T Gergely (JIRA)" <ji...@apache.org> on 2019/07/19 10:00:00 UTC

[jira] [Comment Edited] (MWAR-263) filteringDeploymentDescriptors does not filter all deployment descriptors

    [ https://issues.apache.org/jira/browse/MWAR-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888756#comment-16888756 ] 

T Gergely edited comment on MWAR-263 at 7/19/19 9:59 AM:
---------------------------------------------------------

Using {{containerConfigXML}}  is not a solution as it targets
{code:java}
META_INF_PATH + "/" + xmlFileName {code}
instead of  
{code:java}
WEB_INF_PATH + xmlFileName {code}
.  [Using webResources/resource/filtering|https://stackoverflow.com/a/8232571/1668411] {{works, though.}}


was (Author: tgergely):
Using {{containerConfigXML}}  is not a solution as it targets
{code:java}
META_INF_PATH + "/" + xmlFileName {code}
instead of  
{code:java}
WEB_INF_PATH + xmlFileName {code}
. [Using webResources/resource/filtering|https://stackoverflow.com/a/8232571/1668411[]|https://stackoverflow.com/a/8232571/1668411]{{ }}{{works, though.}}

> filteringDeploymentDescriptors does not filter all deployment descriptors
> -------------------------------------------------------------------------
>
>                 Key: MWAR-263
>                 URL: https://issues.apache.org/jira/browse/MWAR-263
>             Project: Maven WAR Plugin
>          Issue Type: Bug
>          Components: filtering
>    Affects Versions: 2.1.1
>            Reporter: Xin Zoo
>            Priority: Major
>
> I have set the optional configuration parameter <filteringDeploymentDescriptors> to true. It only filters web.xml. But i believe it should also filter the provider specific descriptors like jboss-web.xml.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)