Add missing file

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-05-23 08:17:02 +00:00
parent 84bde74bf4
commit adc671ce79
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<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>