Re: Property variable not interpolated in element when POM is installed

2006-02-26 Thread Allan Ramirez
Use tag for dependency versions in your parent pom. See http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -allan Sasvata Chatterjee wrote: Hi, I have a multipoject build. In the submodules, in the parent section, I am using a variable like this: m

Property variable not interpolated in element when POM is installed

2006-02-11 Thread Sasvata Chatterjee
Hi, I have a multipoject build. In the submodules, in the parent section, I am using a variable like this: mygroup myartifact ${mygroup.myartifact.version} In the parent pom, I define: 2.2-SNAPSHOT When I kick off my multiproject build, ever