Re: properties injection issue

2007-07-24 Thread Aaron Morand
h, I run mvn using the '-Pprofilename' method for activating my profiles. This way I can build several version of the same code base on the same set of pom files. I only need to specify a different profile. When I do 'mvn -Pprofilename help:effective-pom' I get a successful build and all

Re: properties injection issue

2007-07-23 Thread Michael Meyer
Stupid question but is the profile activated? What is the result of: 'mvn help:active-profiles' and 'mvn help:effective-pom'? In the output of 'mvn help:effective-pom' your properties should be replaced with the version number. Cheers, michael Aaron Morand schrieb: Good day all, I am having

properties injection issue

2007-07-23 Thread Aaron Morand
Good day all, I am having an issue with a project failing, because a dependant project isn't using properties defined in my settings.xml file. I have my settings.xml file in ~/.m2/setttings.xml and also symlinked it to /usr/local/maven/conf/settings.xml just so the default locations are covere