remove unnecessary report components definitions

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-21 12:28:58 +00:00
parent ed7ccf707a
commit 186f48083f
5 changed files with 0 additions and 81 deletions

View File

@ -1,15 +0,0 @@
<component-set>
<!-- TODO:
- this should be generated using cdc
- need to configure the reports
- the hint should perhaps use a qualifier -> this is equivalent to how we must deal with plugins outside of the maven group ID
-->
<components>
<component>
<role>org.apache.maven.reporting.MavenReport</role>
<role-hint>checkstyle</role-hint>
<implementation>org.apache.maven.plugin.checkstyle.CheckstyleReport</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
</components>
</component-set>

View File

@ -1,15 +0,0 @@
<component-set>
<!-- TODO:
- this should be generated using cdc
- need to configure the reports
- the hint should perhaps use a qualifier -> this is equivalent to how we must deal with plugins outside of the maven group ID
-->
<components>
<component>
<role>org.apache.maven.reporting.MavenReport</role>
<role-hint>clover</role-hint>
<implementation>org.apache.maven.plugin.clover.CloverReportMojo</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
</components>
</component-set>

View File

@ -1,15 +0,0 @@
<component-set>
<!-- TODO:
- this should be generated using cdc
- need to configure the reports
- the hint should perhaps use a qualifier -> this is equivalent to how we must deal with plugins outside of the maven group ID
-->
<components>
<component>
<role>org.apache.maven.reporting.MavenReport</role>
<role-hint>javadoc</role-hint>
<implementation>org.apache.maven.plugin.javadoc.JavadocReport</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
</components>
</component-set>

View File

@ -1,15 +0,0 @@
<component-set>
<!-- TODO:
- this should be generated using cdc
- need to configure the reports
- the hint should perhaps use a qualifier -> this is equivalent to how we must deal with plugins outside of the maven group ID
-->
<components>
<component>
<role>org.apache.maven.reporting.MavenReport</role>
<role-hint>pmd</role-hint>
<implementation>org.apache.maven.plugin.pmd.PmdReport</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
</components>
</component-set>

View File

@ -1,21 +0,0 @@
<component-set>
<!-- TODO:
- this should be generated using cdc
- need to configure the reports
- the hint should perhaps use a qualifier -> this is equivalent to how we must deal with plugins outside of the maven group ID
-->
<components>
<component>
<role>org.apache.maven.reporting.MavenReport</role>
<role-hint>dependencies</role-hint>
<implementation>org.apache.maven.report.projectinfo.DependenciesReport</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
<component>
<role>org.apache.maven.reporting.MavenReport</role>
<role-hint>mail-lists</role-hint>
<implementation>org.apache.maven.report.projectinfo.MailingListsReport</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
</components>
</component-set>