Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-2289

Newer SNAPSHOT parents in the remote repository are ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Cannot Reproduce
    • 2.0.5
    • None
    • None

    Description

      If a POM inherits from another one in the repository with a SNAPSHOT version, it will only look into the local repository for it, but not in the remote repositories.
      E.g. if a POM has following parent:...
      <parent>
      <groupId>pom.maven</groupId>
      <artifactId>super</artifactId>
      <version>SNAPSHOT</version>
      </parent>
      ...

      it will not find a newer version of "pom.maven:super:SNAPSHOT" in a remote repository.

      Attachments

        1. example.zip
          49 kB
          Roger Butenuth
        2. mng2289.zip
          5 kB
          Joerg Schaible

        Issue Links

          Activity

            People

              jvanzyl Jason van Zyl
              joehni Joerg Schaible
              Votes:
              19 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: