belingueres commented on code in PR #47:
URL: 
https://github.com/apache/maven-project-info-reports-plugin/pull/47#discussion_r1193036841


##########
src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java:
##########
@@ -632,6 +647,13 @@ private void renderSectionDependencyFileDetails() {
         endSection();
     }
 
+    private String getHighestVersion(double version) {
+        if (version >= 1.0d) {

Review Comment:
   About org.codehaus.plexus:plexus-utils:3.5.0 not detecting the jdk version: 
It is a multi-release jar and upgrading to maven-shared-jar 3.0.0 will detect 
it, however it will output jdk version 10 which is wrong (compiler target is 8, 
with some classes with java 9 and 10 optimizations)...reporting multi-release 
jar dependencies still require some work.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to