In windows:

set test=dev and using  ${env.test} in the pom for example in <name>
myArtifact _${env.test}</name>
Results in: Building myArtifact_${env.test} 00.01-SNAPSHOT

set TEST=dev and using  ${env.TEST} in the pom for example in <name>
myArtifact _${env.TEST}</name>
Results in: Building myArtifact_dev 00.01-SNAPSHOT

How cool is that?
For me that was a very expensive Feature!
Or did I have problems understanding the environment variables? Is there
a case sensitivity in general ??

Fredy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to