HannesWell commented on issue #1028:
URL: https://github.com/apache/maven-mvnd/issues/1028#issuecomment-2571624245

   I found out that one can enforce the usage of a dump terminal to suppress 
this warning by specifing the environment variable `TERM='dumb'`.
   
   Specifying `MAVEN_OPTS='-Dorg.jline.terminal.type=dumb'` unfortunately 
didn't work somehow.
   
   It would be ideal if Maven-Daemon would detect automatically that it's 
running in a CI environment (e.g. by checking if the environment variable `CI` 
is specified) and then would automatically configure JLine accordingly. Or even 
if JLine would do it itself.
   
   


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to