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
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
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
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