Re: Versions in a Multiproject

2008-08-24 Thread Stephen Connolly
--- Bolevecká 6 301 00 Plzen Czech Republic --- Phone: +420 373 731 284 +420 373 729 300 Fax: +420 373 729 301 Cell: +420 775 638 008 E-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Versions-

Re: Versions in a Multiproject

2008-08-24 Thread Stephen Connolly
Phone: +420 373 731 284 +420 373 729 300 Fax: +420 373 729 301 Cell: +420 775 638 008 E-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Versions-in-a-Multiproject-tp11135002p19061164.html Sent from the Maven - User

Re: Versions in a Multiproject

2008-08-19 Thread mfs
>> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > Petr Ferschmann > > > SoftEU s.r.o. > -

Re: Versions in a Multiproject

2007-06-15 Thread Petr Ferschmann
Hello, The solution is not that simple. The problem with inherited version is if you enter only the subproject (and run mvn command there), the newest version (I think) of parent pom.xml is always used. So if you checkout older version, it can make problems. So we used different approach, we sp

Re: Versions in a Multiproject

2007-06-15 Thread Maria Odea Ching
You can do that by not specifying the element in your child pom. The child pom would automatically inherit its parent's version which you specified in the block. See http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project%20Inheritance -Deng Jens Hohl wrote: Good

Versions in a Multiproject

2007-06-15 Thread Jens Hohl
Good Morning, Can someone point me to infos how i can set the version in a Multiproject ? In my parent pom file the Tag contains e.g 1.0-SNAPSHOT. How can I refer to that value in my child POMs ? What's best way to do that ? Regards, Jens