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/13 17:02:38 UTC

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

dion        2002/12/13 08:02:38

  Added:       src/plugins-build/genapp/xdocs properties.xml changes.xml
                        goals.xml index.xml navigation.xml
  Log:
  Add skeletal docs
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/plugins-build/genapp/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
    <properties>
      <title>Properties</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <section name="Application Generation Settings">
        <table>
          <tr><th>Property</th><th>Optional?</th><th>Description</th><th>Default</th></tr>
          <tr>
            <td>package</td>
            <td>No</td>
            <td>
              Specifies the name of the Java package that code will be
              generated for.
            </td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/genapp/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="2002-12-08">
        <action dev="jvanzyl" type="add">
          Initial plugin created
        </action>
      </release>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/genapp/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven Application Generation Plug-in Goals</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
    <body>
      <goals>
        <goal>
          <name>genapp</name<
          <description>
            Generate an application from a template. This is extrememly
            useful if you are just starting a project and want to quickly
            get maven set up with the directory structure and some code
            ready to go.
          </description>
        </goal>
      </goals>
    </body>
  </document>
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/genapp/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven Application Generator Plug-in</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <section name="Maven Application Generator Plug-in">
        <p>
          This plugin can be used to generate a new project complete with 
          Maven descriptor so you can start on development immediately.
        </p>
        <p>
          You must specify the package that you want the code to be
          generated into, e.g.
        </p>
        <source>maven -Dpackage=com.mycompany.project genapp</source>
      </section>
    </body>
  </document>
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/genapp/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven Application Generation Plugin">
  
    <title>Maven Application Generation Plugin</title>
  
    <body>
      <links>
        <item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
      </links>
      <menu name="Overview">
        <item name="Goals"              href="/goals.html" />
        <item name="Properties"         href="/properties.html" />
      </menu>
    </body>
  </project>