jvanzyl     02/03/21 08:25:24

  Added:       xdocs    features.xml
  Log:
  Adding a features page, needs expanding but it's a start.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
      <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
      <title>Features</title>
    </properties>
  
    <body>
      <section name="Features">
        <p>
          The following are a list of features that are currently available
          when using Maven.
        </p>
        <ul>
          <li>
            The project object model is the basis of how Maven works.
            Development and management of your project controlled from
            the the project model.
          </li>
          <li>
            Site publication based on the project object model.
          </li>
          <li>
            Distribution publication based on the project object model.
          </li>
          <li>
            Change log document created directly from repository information.
          </li>
          <li>
            Unit test reports.
          </li>
          <li>
            Source cross referencer.
          </li>
          <li>
            Source metrics.
          </li>
          <li>
            Encourages the use of a central repository of JARs.
          </li>
          <li>
            Resource updating tool.
          </li>
          <li>
            Install Anywhere installers, we also want to look at webstart.
            installer help (webstart/jnlp).
          </li>
          <li>
            Recommended directory layout.
          </li>
          <li>
            Standard location for libs versus distributions. ${lib.repo} vs 
${dist.repo}.
          </li>
        </ul>
      </section>
    </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to