You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/07/26 04:42:53 UTC

cvs commit: maven-plugins/changelog/xdocs tags.xml

dion        2004/07/25 19:42:53

  Added:       changelog/xdocs tags.xml
  Log:
  Add tags
  
  Revision  Changes    Path
  1.1                  maven-plugins/changelog/xdocs/tags.xml
  
  Index: tags.xml
  ===================================================================
  <document>
    <properties>
      <title>Plugin tags</title>
    </properties>
    <body>
      <section name='Overview'>
        <p>The following tag libraries and tags are provided by this plugin.</p>
        <ol>
          <li><a href='#changelog_Tag_Library'>changelog</a>
            <ol>
              <li><a href='#changelog_Tag'>changelog</a></li>
            </ol>
          </li>
        </ol>
      </section>
      <section name='changelog Tag Library'>
        <subsection name='changelog Tag'>
          <p>No description</p>
          <table>
            <tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
            <tr>
              <td>basedir</td>
              <td>Yes</td>
              <td>Specifies the basedir for changelog execution.</td>
            </tr>
            <tr>
              <td>developers</td>
              <td>Yes</td>
              <td>
                The list of developers on the project to match against the
                changelog 
              </td>
            </tr>
            <tr>
              <td>factory</td>
              <td>Yes</td>
              <td>
                The class that creates the ChangeLogGenerator and >ChangeLogParser
                pair required to create the change log.
              </td>
            </tr>
            <tr>
              <td>output</td>
              <td>No</td>
              <td>The output file for the changelog</td>
            </tr>
            <tr>
              <td>outputEncoding</td>
              <td>Yes</td>
              <td>The encoding used for the output file</td>
            </tr>
            <tr>
              <td>range</td>
              <td>Yes</td>
              <td>The date range to use when generating the change log</td>
            </tr>
            <tr>
              <td>repositoryConnection</td>
              <td>No</td>
              <td>The SCM repository connectionn details</td>
            </tr>
            <tr>
              <td>dateFormat</td>
              <td>Yes</td>
              <td>The date format in the changelog.</td>
            </tr>
          </table>
        </subsection>
      </section>
    </body>
  </document>
  
  
  

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