You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

components.xml 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <component-set>
  21. <!--
  22. <components>
  23. <component>
  24. <role>org.apache.maven.index.NexusIndexer</role>
  25. <role-hint>archiva</role-hint>
  26. <implementation>org.apache.maven.index.DefaultNexusIndexer</implementation>
  27. <description>The default nexus indexer implementation.</description>
  28. <requirements>
  29. <requirement>
  30. <role>org.apache.maven.index.scan.Scanner</role>
  31. <role-hint>default</role-hint>
  32. <field-name>scanner</field-name>
  33. </requirement>
  34. <requirement>
  35. <role>org.apache.maven.index.SearchEngine</role>
  36. <role-hint>default</role-hint>
  37. <field-name>searcher</field-name>
  38. </requirement>
  39. <requirement>
  40. <role>org.apache.maven.index.IndexerEngine</role>
  41. <role-hint>default</role-hint>
  42. <field-name>indexerEngine</field-name>
  43. </requirement>
  44. <requirement>
  45. <role>org.apache.maven.index.QueryCreator</role>
  46. <role-hint>default</role-hint>
  47. <field-name>queryCreator</field-name>
  48. </requirement>
  49. </requirements>
  50. </component>
  51. </components>
  52. -->
  53. </component-set>