You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Symons (Jira)" <ji...@apache.org> on 2020/07/29 11:25:00 UTC

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

    [ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167144#comment-17167144 ] 

Mark Symons commented on MENFORCER-349:
---------------------------------------

[~michael-o], I am not a dev and whilst I referenced "vendor", I see that this might not quite give us what is wanted. System Information screens on various different servers I run all report:
 * {{java.vendor}} = Oracle Corporation (not helpful)
 * {{java.vm.name}} = OpenJDK 64-Bit Server VM (Much better!)

> Include Java vendor in display-info output
> ------------------------------------------
>
>                 Key: MENFORCER-349
>                 URL: https://issues.apache.org/jira/browse/MENFORCER-349
>             Project: Maven Enforcer Plugin
>          Issue Type: Improvement
>          Components: Plugin
>    Affects Versions: 3.0.0-M3
>            Reporter: Mark Symons
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.0.0-M4
>
>
> Include JavaVendor in the output of the {{display-info}} goal.
> This addition would make it much easier to determine whether Oracle or OpenJDK is being used (or which flavour of OpenJDK).  Currently:
> {noformat}
> [INFO] --- maven-enforcer-plugin:3.0.0-M3:display-info (default-cli) @ xxxxx ---
>  [INFO] Maven Version: 3.6.3
>  [INFO] JDK Version: 1.8.0_232 normalized as: 1.8.0-232
>  [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 3.10.0-693.21.1.el7.x86_64
> {noformat}
> The JDK here is Zulu OpenJDK...  but one would have  to do some research to know for sure that it could not be Oracle (a no-no in my organisation) where the latest version at time of writing happens to be 1.8.0-221.
> MENFORCER-338 requests that Javavendor be enforceable.  I have voted for that enhancement but log this as something that might (hopefully) be easier to implement in the short term.
> It would also provide the benefit of making it clearer whether one has a problem that requires going to the effort of configuring enforcement.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)