Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.5.RELEASE
Description
During parsing the DOM for creating plugin, the code assumes that any 'version' tag would be fine to get a version, but in practice this is a perfectly valid plugin xml fragment, where an incorrect version is parsed:
<plugin><groupId>a</groupId><artifactId>b</artifactId><dependencies><dependency><groupId>c</groupId><artifactId>d</artifactId><version>3</version></dependency></dependencies></plugin>
There is a patch to solve it
Attachments
Issue Links
- relates to
-
ROO-472 Track people who have executed the Contributor License Agreement (CLA)
-
- Resolved
-