mirror of https://github.com/apache/archiva.git
added to exception info
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@528527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c440e1e291
commit
c1cbf37fc6
|
@ -228,7 +228,7 @@ public class ArtifactMissingChecksumsConsumer extends AbstractMonitoredConsumer
|
||||||
|
|
||||||
if ( includes.isEmpty() )
|
if ( includes.isEmpty() )
|
||||||
{
|
{
|
||||||
throw new InitializationException( "Unable to use " + getId() + " due to empty includes list." );
|
throw new InitializationException( "Unable to use " + getId() + " due to empty includes list. Check the configuration sources." );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue