jira-importer commented on issue #639: URL: https://github.com/apache/maven-invoker-plugin/issues/639#issuecomment-2957810423
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Inside a plugin you can use this: ``` mavenSession.getRequest().isInteractiveMode() ``` to identify if you are in batch mode or not...which means isInteractiveMode() is false if `--batch-mode` is given.. For such things it is best to ask on the dev list and don't create issues for it... -- 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