File: components-tools-annotations.xml

package info (click to toggle)
maven-plugin-tools 3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,072 kB
  • ctags: 1,442
  • sloc: java: 9,806; xml: 5,416; makefile: 50; sh: 11
file content (42 lines) | stat: -rw-r--r-- 1,652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<component-set>
  <components>
    <component>
      <role>org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotationsScanner</role>
      <role-hint>default</role-hint>
      <implementation>org.apache.maven.tools.plugin.annotations.scanner.DefaultMojoAnnotationsScanner</implementation>
      <description />
      <isolated-realm>false</isolated-realm>
    </component>
    <component>
      <role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor</role>
      <role-hint>java-annotations</role-hint>
      <implementation>org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor</implementation>
      <description />
      <isolated-realm>false</isolated-realm>
      <requirements>
        <requirement>
          <role>org.apache.maven.tools.plugin.annotations.scanner.MojoAnnotationsScanner</role>
          <role-hint />
          <field-name>mojoAnnotationsScanner</field-name>
        </requirement>
        <requirement>
          <role>org.apache.maven.artifact.resolver.ArtifactResolver</role>
          <role-hint />
          <field-name>artifactResolver</field-name>
        </requirement>
        <requirement>
          <role>org.apache.maven.artifact.factory.ArtifactFactory</role>
          <role-hint />
          <field-name>artifactFactory</field-name>
        </requirement>
        <requirement>
          <role>org.codehaus.plexus.archiver.manager.ArchiverManager</role>
          <role-hint />
          <field-name>archiverManager</field-name>
        </requirement>
      </requirements>
    </component>
  </components>
</component-set>