]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1524] downloading (optionnaly) remote index to display remote artifacts in searc...
authorOlivier Lamy <olamy@apache.org>
Mon, 26 Sep 2011 16:09:01 +0000 (16:09 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 26 Sep 2011 16:09:01 +0000 (16:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1175932 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-scheduler/archiva-scheduler-indexing/src/main/java/org/apache/archiva/scheduler/indexing/DownloadRemoteIndexTask.java

index a6358adb9ca2716ea6ed306fed7cae036fc4bb75..24eccecd6c6017cf35fa3f8836ad9c025ccae279 100644 (file)
@@ -193,6 +193,7 @@ public class DownloadRemoteIndexTask
             };
 
             IndexUpdateRequest request = new IndexUpdateRequest( indexingContext, resourceFetcher );
+            request.setForceFullUpdate( this.fullDownload );
 
             this.indexUpdater.fetchAndUpdateIndex( request );