Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
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
Attachments
Issue Links
- is related to
-
MNG-4732 Version string validation
- Closed