Browse Source

[MRM-1524] downloading (optionnaly) remote index to display remote artifacts in search results : honor full download parameter

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1175932 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.4-M1
Olivier Lamy 12 years ago
parent
commit
427f594239

+ 1
- 0
archiva-modules/archiva-scheduler/archiva-scheduler-indexing/src/main/java/org/apache/archiva/scheduler/indexing/DownloadRemoteIndexTask.java View File

@@ -193,6 +193,7 @@ public class DownloadRemoteIndexTask
};

IndexUpdateRequest request = new IndexUpdateRequest( indexingContext, resourceFetcher );
request.setForceFullUpdate( this.fullDownload );

this.indexUpdater.fetchAndUpdateIndex( request );


Loading…
Cancel
Save