Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: Dependencies
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
In my pom I have this dependency:
<dependency>
<groupId>MyGroupId</groupId>
<artifactId>MyArtifactId</artifactId>
<version>[2.0.0-SNAPSHOT,)</version>
</dependency>
Why running maven I have:
org.apache.maven.lifecycle.LifecycleExecutionException:
Failed to execute goal on project rva-core:
Couldn't find a version in [2.0.0-alpha-14, 2.0.0-alpha-15, 2.0.0-alpha-16]
to match range [2.0.0-SNAPSHOT,) MyGroupId:MyArtifactId:jar:null
Maybe 2.0.0-SNAPSHOT is greater then other version present on artifact repository?
Issue Links
- is related to
-
MNG-2281
1.0-beta-3 should be < 1.0-SNAPSHOT
-
2.0.0-alpha-X < 2.0.0-beta-X < 2.0.0-SNAPSHOT < 2.0.0