Community
Participate
Working Groups
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"