You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "delanym (via GitHub)" <gi...@apache.org> on 2023/04/12 16:28:46 UTC

[GitHub] [maven-mvnd] delanym opened a new issue, #838: Consistent version output

delanym opened a new issue, #838:
URL: https://github.com/apache/maven-mvnd/issues/838

   Run `mvn --version` or `mvn -V ...` and you'll get the same output of version info.
   ```
   Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
   Maven home: /home/sol/.m2/wrapper/dists/apache-maven-3.9.0-bin/31cc4014/apache-maven-3.9.0
   Java version: 17.0.5, vendor: Azul Systems, Inc., runtime: /usr/lib/jvm/zulu-17-amd64
   Default locale: en_ZA, platform encoding: UTF-8
   OS name: "linux", version: "5.19.0-38-generic", arch: "amd64", family: "unix"
   ```
   
   Run `mvnd --version` and you'll get that same output prefixed with something like
   ```
   Apache Maven Daemon (mvnd) 1.0-m6 linux-amd64 native client (47d4c6b9c399079d91312bb8ae35d1d76e7fd97a)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.linux.LinuxNativePty
   Apache Maven 4.0.0-alpha-5 (26d10a4bf9a2df75feef60da01d8706f2bf77a47)
   Maven home: /opt/maven-mvnd-1.0-m6-m40-linux-amd64/mvn
   Java version: 17.0.5, vendor: Azul Systems, Inc., runtime: /usr/lib/jvm/zulu-17-amd64
   Default locale: en_ZA, platform encoding: UTF-8
   OS name: "linux", version: "5.19.0-38-generic", arch: "amd64", family: "unix"
   ```
   
   Run `mvnd -V ...` and the Maven version info is no longer printed - only the mvnd-specific info.
   ```
   Apache Maven Daemon (mvnd) 1.0-m6 linux-amd64 native client (47d4c6b9c399079d91312bb8ae35d1d76e7fd97a)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.linux.LinuxNativePty
   ```


-- 
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: issues-unsubscribe@maven.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] gnodet closed issue #838: Consistent version output

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet closed issue #838: Consistent version output
URL: https://github.com/apache/maven-mvnd/issues/838


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org