You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gilles Scokart <gs...@gmail.com> on 2007/05/21 16:34:51 UTC

Use of ${version} in published pom


The pom :
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/cargo/cargo-core-api-generic/0.9/cargo-core-api-generic-0.9.pom

Contains some ${version}.  I looked in the parent poms, but there is no
explicit property with this name.

Where does this value comes from?  Is it a standard property implicitely
defined?  


Gilles Scokart
-- 
View this message in context: http://www.nabble.com/Use-of-%24%7Bversion%7D-in-published-pom-tf3790660s177.html#a10720048
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Use of ${version} in published pom

Posted by Wendy Smoak <ws...@gmail.com>.
On 5/21/07, Gilles Scokart <gs...@gmail.com> wrote:
> The pom :
> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/cargo/cargo-core-api-generic/0.9/cargo-core-api-generic-0.9.pom
>
> Contains some ${version}.  I looked in the parent poms, but there is no
> explicit property with this name.
>
> Where does this value comes from?  Is it a standard property implicitely
> defined?

${version} is the same as ${project.version} or ${pom.version}

I usually look here for info on properties:
   http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide

-- 
Wendy

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