File: components-tools-java.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 (12 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<component-set>
  <components>
    <component>
      <role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor</role>
      <role-hint>java</role-hint>
      <implementation>org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor</implementation>
      <description />
      <isolated-realm>false</isolated-realm>
    </component>
  </components>
</component-set>