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