mirror of
https://github.com/apache/maven.git
synced 2025-02-22 01:45:37 +00:00
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 @@ private InputStream getDescriptorStream( String descriptor )
|
||||
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…
x
Reference in New Issue
Block a user