InvocationRequest.setInteractive() is removed in newer versions of maven invoker API, and it is not available after version 2.1.1 is there any alternative for that? how we can disable interactive mode now?
Asked
Active
Viewed 200 times
1 Answers
3
Take a look into the JavaDoc: https://maven.apache.org/shared/maven-invoker/apidocs/org/apache/maven/shared/invoker/InvocationRequest.html
See setBatchMode
... also on the main page might be hint https://maven.apache.org/shared/maven-invoker/

khmarbaise
- 92,914
- 28
- 189
- 235