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.