mirror of
https://github.com/apache/archiva.git
synced 2025-03-04 07:29:11 +00:00
[MRM-299] IndexArtifactConsumer is never run during wlking through repository
Fix by: Milosz Witkowski git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@516417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a635884707
commit
ae79c734ca
@ -49,7 +49,7 @@ public Consumer createConsumer( String name )
|
||||
Consumer consumer;
|
||||
try
|
||||
{
|
||||
consumer = (Consumer) container.lookup( Consumer.ROLE, container.getLookupRealm() );
|
||||
consumer = (Consumer) container.lookup( Consumer.ROLE, name, container.getLookupRealm() );
|
||||
}
|
||||
catch ( Throwable t )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user