mirror of https://github.com/apache/maven.git
o Tweaked error message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@799395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e0896c825
commit
147c7a6955
|
@ -386,7 +386,7 @@ public class PluginDescriptor
|
|||
File pluginFile = ( pluginArtifact != null ) ? pluginArtifact.getFile() : null;
|
||||
if ( pluginFile == null )
|
||||
{
|
||||
throw new IllegalStateException( "plugin main artifact has not been resolved" );
|
||||
throw new IllegalStateException( "plugin main artifact has not been resolved for " + getId() );
|
||||
}
|
||||
|
||||
if ( pluginFile.isFile() )
|
||||
|
|
Loading…
Reference in New Issue