You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/04/23 21:23:04 UTC

[jira] [Commented] (MWAR-404) true is not honored

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

Hudson commented on MWAR-404:
-----------------------------

SUCCESS: Integrated in Jenkins build maven-plugins #8936 (See [https://builds.apache.org/job/maven-plugins/8936/])
[MWAR-404] <filteringDeploymentDescriptors>true</> is not honored
 o Added IT to prove wrong behaviour and fixed the issues. (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1792380])
* (add) maven-war-plugin/src/it/MWAR-404
* (add) maven-war-plugin/src/it/MWAR-404/pom.xml
* (add) maven-war-plugin/src/it/MWAR-404/src
* (add) maven-war-plugin/src/it/MWAR-404/src/main
* (add) maven-war-plugin/src/it/MWAR-404/src/main/java
* (add) maven-war-plugin/src/it/MWAR-404/src/main/java/org
* (add) maven-war-plugin/src/it/MWAR-404/src/main/java/org/apache
* (add) maven-war-plugin/src/it/MWAR-404/src/main/java/org/apache/mwar404
* (add) maven-war-plugin/src/it/MWAR-404/src/main/java/org/apache/mwar404/Foo.java
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp/WEB-INF
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp/WEB-INF/geronimo-web.xml
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp/WEB-INF/web.xml
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp/index.jsp
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp/jsp
* (add) maven-war-plugin/src/it/MWAR-404/src/main/webapp/jsp/foo.jsp
* (add) maven-war-plugin/src/it/MWAR-404/verify.groovy
* (edit) maven-war-plugin/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java


> <filteringDeploymentDescriptors>true</> is not honored
> ------------------------------------------------------
>
>                 Key: MWAR-404
>                 URL: https://issues.apache.org/jira/browse/MWAR-404
>             Project: Maven WAR Plugin
>          Issue Type: Bug
>          Components: filtering
>    Affects Versions: 2.2
>         Environment: Win7 Pro SP1, 
> C:\MXW\DEMOS\MI-4.1.1\MI_Install_Builder>C:\ASF\apache-maven-3.2.5\bin\mvn --version
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00)
> Maven home: C:\ASF\apache-maven-3.2.5
> Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_45\jre
> Default locale: fr_FR, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Francis ANDRE
>            Assignee: Karl Heinz Marbaise
>             Fix For: 3.1.0
>
>         Attachments: zsample.webapp.zip
>
>
> In the zsample.webapp.zip project joined, the src/main/webapp/WEB-INF/geronimo-web.xml contains a filtered version as
> {code:xml}
> <version>${foo}</version>
> {code}
> While the element {{<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>}} is set in the pom and the foo property is set to {{4.1.1}}, it appears that the resulting {{geronimo-web.xml}} is not filtered.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)