mthmulders opened a new issue, #870:
URL: https://github.com/apache/maven-mvnd/issues/870
One of the many things I like in Maven 4 (alpha) is the longer line width.
As an example, see the first few lines of any build:
```
Apache Maven 4.0.0-alpha-8-SNAPSHOT
(36db1e35cac5e8c72bf0c795dd08756e50079e05)
Maven home:
/opt/homebrew/Cellar/maven-snapshot/4.0.0-alpha-8-20230719.153755-14/libexec
Java version: 17.0.7, vendor: Eclipse Adoptium, runtime:
/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
Default locale: en_NL, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"
[INFO] Scanning for projects...
[INFO]
--------------------------------------------------------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
```
The equivalent with mvnd however does not leverage the full terminal width:
```
Apache Maven Daemon (mvnd) 1.0-m7 darwin-aarch64 native client
(b2ef5d81997adbcdb72dc8c5603722538fa641fe)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty
org.jline.terminal.impl.jansi.osx.OsXNativePty
Apache Maven 4.0.0-alpha-7 (bf699a388cc04b8e4088226ba09a403b68de6b7b)
Maven home: /Users/maarten/Tools/maven-mvnd-1.0-m7-m40-darwin-aarch64/mvn
Java version: 17.0.7,
vendor: Eclipse Adoptium, runtime:
/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
Default locale: en_NL, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"
[INFO] Processing build on daemon 93e78205
[INFO] Scanning for projects...
[INFO] BuildTimeEventSpy is registered.
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
```
In both cases, I ran the `validate` phase and added `-V` to print the
version of Maven (Daemon).
--
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]