slawekjaranowski commented on pull request #43:
URL: https://github.com/apache/maven-invoker/pull/43#issuecomment-1054171627


   Now I'm also confused .... 
   Do you think about `InvocationRequest` which contains method like .... 
`setDebug`, `setOffline` ... and so on for other Maven options?, So it is 
historical ... and for compatibility must be preserved 
   
   With my PR you needn't us it, and simply:
   
   ```
   invocationRequest.setArgLineAtEnd("-e -B clean verify");
   invoker.execute( invocationRequest );
   ```


-- 
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