Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.2
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
It seems that the pom.xml is not checking if the version contains invalid characters. If I have following fragment inside pom:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>>>3.5</version>
</dependency>
then Maven is trying to download JUnit version >>3.5
Issue Links
- is related to
-
MNG-4732
Version string validation
-
Extended validation in r1038838.