Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 340877 - Wrong variable expansion (filtering)
Summary: Wrong variable expansion (filtering)
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IAM (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 11:40 EDT by Guillaume Doumenc CLA
Modified: 2012-01-05 13:10 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Doumenc CLA 2011-03-24 11:40:48 EDT
Build Identifier: 20110301-1815

I don't get the same variable expansion using maven directly from console and using it in IAM.

Reproducible: Always

Steps to Reproduce:
1. I have a parent pom with name "parent" (packaging:pom), a sub module with named "child" (packaging:war)
2. In child module, I have a file (web.xml) with variables inside containing the following text :  <web-app id="${parent.name}"
3. On packaging goal, the filter doesn't give same result as on console :
Using MAVEN on console I got "parent"
USING IAM I got "child"