we don't scan files here

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1211183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-06 21:41:15 +00:00
parent 14bf19e70c
commit 25df4bfef1
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ public class ArchivaDavResource
task.setRepositoryId( repository.getId() );
task.setResourceFile( localFile );
task.setUpdateRelatedArtifacts( false );
task.setScanAll( true );
task.setScanAll( false );
try
{