mirror of https://github.com/apache/maven.git
improve exception message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@570791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07c6e661f9
commit
50b73df74b
|
@ -563,7 +563,7 @@ public class MavenEmbedder
|
||||||
}
|
}
|
||||||
catch ( PlexusContainerException e )
|
catch ( PlexusContainerException e )
|
||||||
{
|
{
|
||||||
throw new MavenEmbedderException( "Error starting Maven embedder.", e );
|
throw new MavenEmbedderException( "Error creating Plexus container for Maven Embedder", e );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( logger != null )
|
if ( logger != null )
|
||||||
|
|
Loading…
Reference in New Issue