mirror of https://github.com/apache/maven.git
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:
parent
84bde74bf4
commit
adc671ce79
|
@ -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>
|
Loading…
Reference in New Issue