Re: Maven variables and install/deploy POM

2010-07-24 Thread Jörg Hohwiller
Hi Brett, thanks for your response. Wasn't there are mechanism in maven 2.1.x (maybe preview) that copies pom.xml to target/pom-transformed.xml? Yes, but it caused problems: http://jira.codehaus.org/browse/MNG-4223 Ah. Good to know. Is there any chance to get this into 2.2.x or what is

Re: Maven variables and install/deploy POM

2010-07-15 Thread Brett Porter
On 12/07/2010, at 12:13 AM, Jörg Hohwiller wrote: > Wasn't there are mechanism in maven 2.1.x (maybe preview) > that copies pom.xml to target/pom-transformed.xml? Yes, but it caused problems: http://jira.codehaus.org/browse/MNG-4223 > > Is there any chance to get this into 2.2.x or > what is t

Re: Maven variables and install/deploy POM

2010-07-12 Thread Jörg Hohwiller
Hi again, to make my point of view clear, I tend to exaggerate and after reading this mail again, I noticed that it is kind of harsh. Sorry for that. After all my personal struggles with maven it is still the best tool around the java ecosystem I have ever seen. Maven created a big shift into t

Maven variables and install/deploy POM

2010-07-11 Thread Jörg Hohwiller
Hi there, Since Maven 2.1 you can define variables in profile.xml However when the POM is installed or even deployed, these variables are not replaced. Now when POM is installed or deployed, the variables from profle (settings.xml and profile.xml) need to be replaced with the actual values. Othe