Tagged Questions
1
vote
1answer
725 views
Set the logger for a Maven Embedder execution
I want to run a Maven compilation by my Java code. Thus, I've used the example of the usage of Maven Embedder explained here.
This works pretty well, except that I want to redirect all the log ...