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]

Reply via email to