mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
o fix by igor to keep the heap down.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@774502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5300bd94f5
commit
e4ad3f01d5
@ -59,6 +59,15 @@ protected void setUp()
|
||||
testMixinDirectory = new File( getBasedir(), BASE_MIXIN_DIR );
|
||||
mavenProjectBuilder = (DefaultMavenProjectBuilder) lookup( MavenProjectBuilder.class );
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void tearDown()
|
||||
throws Exception
|
||||
{
|
||||
mavenProjectBuilder = null;
|
||||
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* Will throw exception if url is empty. MNG-4050
|
||||
|
Loading…
x
Reference in New Issue
Block a user