You must install or deploy your parent POM with the updateReleaseInfo flag to true.
Jeff On Jan 22, 2008 10:53 AM, Guillaume Lederrey <[EMAIL PROTECTED]> wrote: > Hello ! > > By reading http://docs.codehaus.org/display/MAVEN/Release+Management I > have the impression that I should be able to use something like : > > <parent> > <groupId>myParentGroup</groupId> > <artifactId>myParentArtifact</artifactId> > <version>RELEASE</version> > </parent> > > It doesnt work: > > [INFO] Failed to resolve artifact. > > GroupId: myParentGroup > ArtifactId: myParentArtifact > Version: RELEASE > > Reason: Unable to determine the release version > > myParentGroup:myParentArtifact:pom:RELEASE > > If I have a look at the related maven-metadata in my maven repository, > I dont see a <release/> tag nor a <latest/>, so I guess I have a > problem in my release process. > > <groupId>myParentGroup</groupId> > <artifactId>myParentArtifact</artifactId> > <version>0.1.1</version> > <versioning> > <versions> > <version>0.1.1</version> > <version>0.1.2</version> > <version>0.1.3</version> > <version>0.1.4</version> > <version>0.1.6</version> > </versions> > <lastUpdated>20080114133145</lastUpdated> > </versioning> > > I am a bit lost, where should I be looking ? I am using Maven 2.0.7, > is it sufficient for these functionalities ? Should I upgrade Maven ? > > Thanks for your help ! > </metadata> > > -- > Jabber : [EMAIL PROTECTED] > Skype : Guillaume.Lederrey > Projects : > * http://rwanda.wordpress.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Elle se prend même avec des gants La mélancolie c'est pour les syndicalistes Il faut juste sa carte de permanent Miossec (2006) http://www.jeffmaury.com http://riadiscuss.jeffmaury.com
