mirror of https://github.com/apache/maven.git
Adding line to enable log-level control from the MavenExecutionRequest.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@498030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dee7f572c1
commit
4ca4301f1d
|
@ -565,6 +565,9 @@ public class MavenEmbedder
|
|||
|
||||
public MavenExecutionResult execute( MavenExecutionRequest request )
|
||||
{
|
||||
|
||||
container.getLoggerManager().setThresholds( request.getLoggingLevel() );
|
||||
|
||||
try
|
||||
{
|
||||
request = defaultsPopulator.populateDefaults( request );
|
||||
|
|
Loading…
Reference in New Issue