You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/07/19 12:32:02 UTC

cvs commit: maven-plugins/license/xdocs index.xml

carlos      2004/07/19 03:32:02

  Modified:    license/xdocs index.xml
  Log:
  Added report doc
  
  Revision  Changes    Path
  1.3       +12 -0     maven-plugins/license/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/license/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	4 Mar 2004 18:36:32 -0000	1.2
  +++ index.xml	19 Jul 2004 10:32:02 -0000	1.3
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org