cstamas commented on issue #912:
URL: https://github.com/apache/maven-mvnd/issues/912#issuecomment-4092123707
```
[cstamas@angeleyes mvnd-912]$ mvnd -V verify
Apache Maven Daemon (mvnd) 1.0.4 linux-amd64 native client
(f67cdf9daa49c1c6db95b89b2042437536e7a171)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty
org.jline.terminal.impl.jni.linux.LinuxNativePty
Apache Maven 3.9.14 (996c630dbc656c76214ce58821dcc58be960875b)
Maven home: /home/cstamas/.sdkman/candidates/mvnd/1.0.4-patch/mvn
Java version: 21.0.10, vendor: Eclipse Adoptium, runtime:
/home/cstamas/.sdkman/candidates/java/21.0.10-tem
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.19.8-200.fc43.x86_64", arch: "amd64", family:
"unix"
[INFO] Processing build on daemon f6be2dcc
[INFO] Scanning for projects...
[INFO] BuildTimeEventSpy is registered.
[INFO]
[INFO] Using the SmartBuilder implementation with a thread count of 23
[INFO]
[INFO] ----------------------------< a-group:art
>-----------------------------
[INFO] Building art 4.0.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ pom
]---------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.029 s (Wall Clock)
[INFO] Finished at: 2026-03-19T18:50:58+01:00
[INFO]
------------------------------------------------------------------------
[cstamas@angeleyes mvnd-912]$
```
by adding one line to `maven-core-3.9.14.jar:/META-INF/maven/extension.xml`
(around the end):
```xml
<exportedArtifact>io.takari.maven:takari-smart-builder</exportedArtifact>
```
--
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]