mirror of https://github.com/apache/archiva.git
update timestamp on index save
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1182850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b856d8b19
commit
addd86fec7
|
@ -245,6 +245,7 @@ public class ArchivaIndexingTaskExecutor
|
|||
: new File( indexDirectory );
|
||||
IndexPackingRequest request = new IndexPackingRequest( context, indexLocation );
|
||||
indexPacker.packIndex( request );
|
||||
context.updateTimestamp( true );
|
||||
|
||||
log.debug( "Index file packaged at '{}'.", indexLocation.getPath() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue