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 2002/12/08 13:41:33 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/latka/xdocs index.xml navigation.xml properties.xml changes.xml goals.xml

dion        2002/12/08 04:41:33

  Added:       src/plugins-build/latka/xdocs index.xml navigation.xml
                        properties.xml changes.xml goals.xml
  Log:
  An almost working latka plugin
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/plugins-build/latka/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven Latka Plug-in</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <section name="Maven Latka Plug-in">
        <p>
          This plugin runs Latka web testing scripts.
        </p>
      </section>
   </body>
  </document>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/latka/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven Latka Plugin">
  
    <title>Maven Latka Plugin</title>
  
    <body>
      <links>
        <item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
        <item name="Latka" href="http://jakarta.apache.org/commons/latka/"/>
      </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/latka/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
    <properties>
      <title>Latka Properties</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <section name="Latka Settings">
        <table>
          <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
          <tr>
            <td></td>
            <td></td>
            <td>
            </td>
        </table>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/latka/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <release version="1.0" date="in CVS">
        <action dev="dion" type="add">
          Created.
        </action>
      </release>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/latka/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven Latka Plug-in Goals</title>
      <author email="dion@multitask.com.au">dIon Gillard</author>
    </properties>
  
    <body>
      <goals>
        <goal>
          <name>latka</name>
          <description>
            This is the default goal of the plugin and simply attains
            the <code>latka:test</code> goal.
          </description>
        </goal>
        <goal>
          <name>latka:test</name>
          <description>
            This goal runs all latka tests in the <code>${maven.latka.src.dir}</code>
          </description>
        </goal>
      </goals>
   </body>
  </document>