even if not use in the task set scanAll to false for upload action

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1188821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-25 17:42:13 +00:00
parent 97c85abe24
commit fad2191ac4
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ public class UploadAction
task.setRepositoryId( repositoryId );
task.setResourceFile( localFile );
task.setUpdateRelatedArtifacts( true );
task.setScanAll( true );
task.setScanAll( false );
try
{