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 2003/01/11 14:33:15 UTC

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

dion        2003/01/11 05:33:15

  Added:       src/plugins-build/axis/xdocs navigation.xml properties.xml
                        goals.xml index.xml
  Log:
  Added generated docs
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/plugins-build/axis/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <project name="Maven Axis Plug-in">
    <title>Maven Axis Plug-in</title>
    <body>
      <links>
        <item href="http://jakarta.apache.org/turbine/maven/" name="Maven">
        </item>
        <item href="http://xml.apache.org/axis/" name="Axis" />
      </links>
      <menu name="Overview">
        <item href="/goals.html" name="Goals">
        </item>
        <item href="/properties.html" name="Properties">
        </item>
      </menu>
    </body>
  </project>
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/axis/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
    <properties>
      <title>Maven Axis Plug-in Properties</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
    <body>
      <section name="Maven Axis Plug-in Settings">
        <table>
          <tr>
            <th>Property</th>
            <th>Optional?</th>
            <th>Description</th>
          </tr>
          <tr>
            <td>maven.axis.host</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>localhost</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.typeMappingVersion</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>1.2</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.soapAction</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>DEFAULT</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.serviceName</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>AdminService</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.generated.src</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>${maven.src.dir}</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.undeploymentdescriptor</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>undeploy.wsdd</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.deploymentdescriptor</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>deploy.wsdd</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.serviceClass</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>org.apache.axis.utils.Admin</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.stopClasses</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>javax.ejb.EJBObject</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.style</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>RPC</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.verbose</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>false</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.excludedMethods</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>ejbRemove</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.servletPath</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>/servlet/AxisServlet</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.testCase</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>true</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.contextPath</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>axis</code>.</p>
            </td>
          </tr>
          <tr>
            <td>maven.axis.port</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>8080</code>.</p>
            </td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/axis/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
    <properties>
      <title>Maven Axis Plug-in Goals</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
    <body>
      <goals>
        <goal>
          <name>axis:deploy</name>
          <description>Deploys a web service using a deployment descriptor (.wsdd)</description>
        </goal>
        <goal>
          <name>axis:java2wsdl</name>
          <description>Create a WSDL document for the specified java class.</description>
        </goal>
        <goal>
          <name>axis:list</name>
          <description>Fetch the current Axis service configuration</description>
        </goal>
        <goal>
          <name>axis:undeploy</name>
          <description>Undeploys a web service using a deployment descriptor (.wsdd)</description>
        </goal>
        <goal>
          <name>axis:wsdl2java</name>
          <description>Generate Java clients from a wsdl url</description>
        </goal>
      </goals>
    </body>
  </document>
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/axis/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
    <properties>
      <title>Maven Axis Plug-in</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
    <body>
      <section name="Overview">
        This plugin exposes the functionality of Apache's XML Axis project
        for usage within Maven
      </section>
    </body>
  </document>