[ http://jira.codehaus.org/browse/MNG-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann closed MNG-4915. ---------------------------------- Resolution: Fixed Fix Version/s: 3.0.2 Assignee: Benjamin Bentmann Extended validation in [r1038838|http://svn.apache.org/viewvc?view=revision&revision=1038838]. > 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 > Assignee: Benjamin Bentmann > Fix For: 3.0.2 > > > 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