mirror of https://github.com/apache/maven.git
Set a name for the container
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@570277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
959ce3f30f
commit
454114df03
|
@ -557,7 +557,7 @@ public class MavenEmbedder
|
|||
try
|
||||
{
|
||||
ContainerConfiguration cc = new DefaultContainerConfiguration()
|
||||
.setClassWorld( classWorld ).setParentContainer( configuration.getParentContainer() );
|
||||
.setClassWorld( classWorld ).setParentContainer( configuration.getParentContainer() ).setName( "embedder" );
|
||||
|
||||
container = new DefaultPlexusContainer( cc );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue