You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2021/07/26 13:33:00 UTC

[jira] [Commented] (MNG-7075) mvnDebug should only enter debug mode if not an informative or encryption switch has been passed

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

Hudson commented on MNG-7075:
-----------------------------

Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7075 #3

See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-7075/3/

> mvnDebug should only enter debug mode if not an informative or encryption switch has been passed
> ------------------------------------------------------------------------------------------------
>
>                 Key: MNG-7075
>                 URL: https://issues.apache.org/jira/browse/MNG-7075
>             Project: Maven
>          Issue Type: New Feature
>          Components: Bootstrap &amp; Build
>            Reporter: Paul Hammant
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 4.0.x-candidate, 3.8.x-candidate
>
>
> {{$ mvnDebug --version }}{{Preparing to execute Maven in debug mode}}{{Listening for transport dt_socket at address: 8000}}
> Should really only spit out the same info as:
> {{$ mvn --version }}{{Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)}}{{Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec}}{{Java version: 11.0.9, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-11.0.9.jdk/Contents/Home}}{{Default locale: en_US, platform encoding: UTF-8}}{{OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"}}
> In other words {{mvnDebug }}should *not* listen on the remote debugger port in this {{ --version}}{{ usage}}
>  



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