mirror of https://github.com/apache/maven.git
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
|
@ -60,6 +60,15 @@ public class PomConstructionTest
|
||||||
mavenProjectBuilder = (DefaultMavenProjectBuilder) lookup( MavenProjectBuilder.class );
|
mavenProjectBuilder = (DefaultMavenProjectBuilder) lookup( MavenProjectBuilder.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void tearDown()
|
||||||
|
throws Exception
|
||||||
|
{
|
||||||
|
mavenProjectBuilder = null;
|
||||||
|
|
||||||
|
super.tearDown();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Will throw exception if url is empty. MNG-4050
|
* Will throw exception if url is empty. MNG-4050
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue