mirror of https://github.com/apache/archiva.git
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:
parent
97c85abe24
commit
fad2191ac4
|
@ -668,7 +668,7 @@ public class UploadAction
|
|||
task.setRepositoryId( repositoryId );
|
||||
task.setResourceFile( localFile );
|
||||
task.setUpdateRelatedArtifacts( true );
|
||||
task.setScanAll( true );
|
||||
task.setScanAll( false );
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue