mirror of https://github.com/apache/maven.git
o get rid of reference to the ROLE field, use a class reference instead.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca09b406af
commit
bcc654c709
|
@ -49,7 +49,7 @@ public abstract class AbstractMavenProjectTestCase
|
|||
{
|
||||
super.setUp();
|
||||
|
||||
if ( getContainer().hasComponent( MavenProjectBuilder.ROLE, "test" ) )
|
||||
if ( getContainer().hasComponent( MavenProjectBuilder.class, "test" ) )
|
||||
{
|
||||
projectBuilder = lookup( MavenProjectBuilder.class, "test" );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue