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:
Benjamin Bentmann 2009-07-30 18:13:02 +00:00
parent 4e0896c825
commit 147c7a6955
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ private InputStream getDescriptorStream( String descriptor )
File pluginFile = ( pluginArtifact != null ) ? pluginArtifact.getFile() : null; File pluginFile = ( pluginArtifact != null ) ? pluginArtifact.getFile() : null;
if ( pluginFile == 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() ) if ( pluginFile.isFile() )