the last \<argument\> is where you set the user's password.
After configuring the pom, you can now run the sample client by executing <<mvn exec:java>> in the command-line. You should be
- able to see the list of managed and remote repositories, the list of database and repository consumers and more printed on the
+ able to see the list of managed and remote repositories, the list of repository consumers and more printed on the
command-line.
* Administration Service
[[1]] Boolean executeRepositoryScanner( String repoId ) - triggers the repository scanner to scan the specified repository.
- [[2]] Boolean executeDatabaseScanner() - triggers the database scanner to be executed.
-
- [[3]] List\<String\> getAllDatabaseConsumers() - retrieves all the Archiva database consumers associated with the database scanning.
-
- [[4]] Boolean configureDatabaseConsumer( String consumerId, boolean enable ) - enables or disables the specified database consumer.
-
[[5]] List\<String\> getAllRepositoryConsumers() - retrieves all the Archiva repository consumers associated with the repository scanning.
[[6]] Boolean configureRepositoryConsumer( String repoId, String consumerId, boolean enable ) - enables or disables the specified
* {{{./searching.html} Searching Archiva repositories}}
- * {{{./find-artifact.html} Identifying an unknown artifact by comparing the repository checksum database}}
+ * {{{./find-artifact.html} Identifying an unknown artifact by comparing the repository checksum}}
* {{{./using-repository.html} Using Archiva as a repository for Maven, Ivy, etc.}}