From 764c9d64245b90cddef47289467a623ec0dac9e4 Mon Sep 17 00:00:00 2001
From: skygo
* NOTE: This list can be larger and contain entries that might not exist or be available * in the classpath, or as a component. @@ -98,7 +97,6 @@ public class RepositoryContentConsumers * Get the list of Ids associated with those {@link InvalidRepositoryContentConsumer} that have * been selected in the configuration to execute. *
- * ** NOTE: This list can be larger and contain entries that might not exist or be available * in the classpath, or as a component. diff --git a/archiva-modules/archiva-base/archiva-repository-scanner/src/main/java/org/apache/archiva/repository/scanner/RepositoryScanner.java b/archiva-modules/archiva-base/archiva-repository-scanner/src/main/java/org/apache/archiva/repository/scanner/RepositoryScanner.java index 562cd2713..cfa8f17a7 100644 --- a/archiva-modules/archiva-base/archiva-repository-scanner/src/main/java/org/apache/archiva/repository/scanner/RepositoryScanner.java +++ b/archiva-modules/archiva-base/archiva-repository-scanner/src/main/java/org/apache/archiva/repository/scanner/RepositoryScanner.java @@ -43,11 +43,9 @@ public interface RepositoryScanner *
* Typical Ignorable Content patterns. *
- * ** NOTE: Do not use for normal webapp or task driven repository scanning. - *
- * + * ** These patterns are only valid for archiva-cli and archiva-converter use. *
@@ -59,7 +57,7 @@ public interface RepositoryScanner /** * Scan the repository for content changes. - * + ** Internally, this will use the as-configured known and invalid consumer lists. * * @param repository the repository to change. @@ -74,7 +72,7 @@ public interface RepositoryScanner /** * Scan the repository for content changes. - *
+ ** Internally, this will use the as-configured known and invalid consumer lists. * * @param repository the repository to change. -- cgit v1.2.3