Versions in pom.xml are not checked for invalid characters
----------------------------------------------------------
Key: MNG-4915
URL: http://jira.codehaus.org/browse/MNG-4915
Project: Maven 2 & 3
Issue Type: Bug
Reporter: Kiril Arabadzhiyski
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira