Re: pass-in external variables to be used by POM

2007-04-18 Thread Wayne Fay
That should work, but I wouldn't use the word "version". Use ${thisismyversion} or something. The word version is already used in the pom's version tag etc, and I'm afraid you won't get what you're expecting. Wayne On 4/18/07, Steven Rowe <[EMAIL PROTECTED]> wrote: How about: org.apa

Re: pass-in external variables to be used by POM

2007-04-18 Thread Steven Rowe
How about: org.apache.maven.plugins maven-ear-plugin ${version} And then: mvn -Dversion=10.2.0.0 install Steve Piyush Hari wrote: > I have created a POM that includes the following tag for version : > > >

pass-in external variables to be used by POM

2007-04-17 Thread Piyush Hari
Hey, I have created a POM that includes the following tag for version : org.apache.maven.plugins maven-ear-plugin 10.1.3.3 Now, i