379380381382383384385386
catch ( TaskQueueException e ) { throw new ArchivaException( "Unable to get repository scanning queue:" + e.getMessage(), e ); } return CollectionUtils.exists( queue, new RepositoryTaskNameSelectionPredicate( taskName ) ); } }