mirror of https://github.com/apache/maven.git
o turn off the debugging output, shave off a minute from the build, you can tell what's wrong from the test reports
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@648479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71dea0bbbd
commit
18e797c7d0
|
@ -86,7 +86,7 @@ public abstract class AbstractEmbedderExecutionTestCase
|
|||
|
||||
MavenExecutionRequest request = new DefaultMavenExecutionRequest()
|
||||
.setShowErrors( true )
|
||||
.setLoggingLevel( MavenExecutionRequest.LOGGING_LEVEL_DEBUG )
|
||||
//.setLoggingLevel( MavenExecutionRequest.LOGGING_LEVEL_DEBUG )
|
||||
.setBaseDirectory( targetDirectory )
|
||||
.setGoals( goals );
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ public class BadModuleNotRecursiveTest
|
|||
request.setOffline( false );
|
||||
request.setUseReactor( false );
|
||||
request.setRecursive( false );
|
||||
request.setLoggingLevel( Logger.LEVEL_DEBUG );
|
||||
//request.setLoggingLevel( Logger.LEVEL_DEBUG );
|
||||
request.setPom( pom );
|
||||
request.setBaseDirectory( pom.getParentFile() );
|
||||
MavenExecutionResult result = embedder.readProjectWithDependencies( request );
|
||||
|
|
Loading…
Reference in New Issue