Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: dependencies
-
Labels:None
-
Number of attachments :
Description
Under the heading "Licenses". The collections of artifacts using a particular license needs to be changed into a Set to avoid the duplicates that are currently in there.
Examples can be seen here, at least for now:
http://maven.apache.org/plugins/maven-project-info-reports-plugin-2.1/dependencies.html
Fixed in r678286 by using a SortedSet instead of a List.