You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by sm...@apache.org on 2002/12/08 19:52:34 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/console/xdocs properties.xml navigation.xml

smor        2002/12/08 10:52:34

  Modified:    src/plugins-build/console/xdocs navigation.xml
  Added:       src/plugins-build/console/xdocs properties.xml
  Log:
  Added some documentation
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-turbine-maven/src/plugins-build/console/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/console/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	4 Oct 2002 05:51:32 -0000	1.1
  +++ navigation.xml	8 Dec 2002 18:52:34 -0000	1.2
  @@ -9,6 +9,7 @@
       </links>
       <menu name="Overview">
         <item name="Goals"      href="/goals.html" />
  +      <item name="Properties" href="/properties.html"/>
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/console/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
    <properties>
      <title>Console Properties</title>
      <author email="smor@apache.org">St�phane MOR</author>
    </properties>
  
    <body>
      <section name="Console Properties">
        <table>
          <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
          <tr>
            <td>maven.console.first</td>
            <td>Yes</td>
            <td>
              Sets the name of the first default goal, which is displayed
              when the console starts.
              The default value is <code>${maven.default.goal}</code>.
              The help is displayed in any case.
            </td>
          </tr>
        </table>
      </section>
    </body>
  </document>