-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.0.1.Final
-
Fix Version/s: 4.1.0.Final
-
Component/s: Reporting
-
Labels:None
-
Sprint:Sprint 43
-
Story Points:3
-
Git Pull Request:
Since some dependency jar has a property as name value in pom.xml file (e.g. <name>${pom.artifactId}</name> or <name>${project.artifactId}</name>), in Dependencies report, the Name has the property name (i.e. ${pom.artifactId} or ${project.artifactId}) and not the actual dependency file name.
Thanks Philip Cattanach for reporting this