why would you specify your version outside of source control... you will no 
consistency acros difference machines/developers?

On Wednesday 12 September 2007 19:04, Huang, Yan wrote:
> Hi,
>
> I noticed that the "install" phase does not resolve the properties that
> are defined in settings.xml. For example, I use a property in my
> settings.xml to define the release version:
>
>     <profile>
>       <id>DefaultProfile</id>
>       <properties>
>       <myversion>1.1.1.1</myversion>
>       </properties>
>     </profile>
>
>
> Now, I have a pom that access that property:
>
>               <groupId>myexample.myexample</groupId>
>               <artifactId>foo1</artifactId>
>               <version>${myversion}</version>
>

-- 
Michael McCallum
Enterprise Engineer
mailto:[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to