Added report doc

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-07-19 10:32:02 +00:00
parent 18cef293c8
commit 9e5df511f4

View File

@ -31,5 +31,17 @@
for your project.
</p>
</section>
<section name="Usage">
<p>
Add the maven-license-plugin report to your project.xml like the following
</p>
<source>
<![CDATA[
<reports>
<report>maven-license-plugin</report>
<reports>
]]>
</source>
</section>
</body>
</document>