You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by pl...@apache.org on 2003/04/25 01:10:20 UTC

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

plynch      2003/04/24 16:10:19

  Modified:    src/plugins-build/webserver/xdocs goals.xml index.xml
                        navigation.xml properties.xml
  Log:
  o updating to account for changes to 2.0
  
  Revision  Changes    Path
  1.2       +9 -5      maven/src/plugins-build/webserver/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/webserver/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	24 Jan 2003 03:46:25 -0000	1.1
  +++ goals.xml	24 Apr 2003 23:10:19 -0000	1.2
  @@ -2,7 +2,7 @@
   
   <document>
     <properties>
  -    <title>Maven webserver Plug-in Goals</title>
  +    <title>Maven Webserver Plugin Goals</title>
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  @@ -12,12 +12,16 @@
           <description>Safely delete an installed webserver instance</description>
         </goal>
         <goal>
  +        <name>webserver:cycle</name>
  +        <description>Forced install and start of a webserver instance</description>
  +      </goal>
  +      <goal>
           <name>webserver:init</name>
           <description>Initialize resources needed for the plugin</description>
         </goal>
         <goal>
           <name>webserver:install</name>
  -        <description>Install or reinstall a webserver instance</description>
  +        <description>Install a webserver instance</description>
         </goal>
         <goal>
           <name>webserver:reinstall</name>
  @@ -25,15 +29,15 @@
         </goal>
         <goal>
           <name>webserver:restart</name>
  -        <description>Restart the web server instance</description>
  +        <description>Restart a webserver instance</description>
         </goal>
         <goal>
           <name>webserver:start</name>
  -        <description>Start or restart a webserver instance</description>
  +        <description>Start a webserver instance</description>
         </goal>
         <goal>
           <name>webserver:stop</name>
  -        <description>Stop a webserver instance if started</description>
  +        <description>Stop a webserver instance</description>
         </goal>
       </goals>
     </body>
  
  
  
  1.2       +12 -1     maven/src/plugins-build/webserver/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/webserver/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	24 Jan 2003 03:46:25 -0000	1.1
  +++ index.xml	24 Apr 2003 23:10:19 -0000	1.2
  @@ -4,11 +4,22 @@
     <properties>
       <title>Maven Webserver Plug-in</title>
       <author email="jason@zenplex.com">Jason van Zyl</author>
  +    <author email="plynch at apache dot org">Jason van Zyl</author>
     </properties>
   
     <body>
       <section name="Maven Webserver Plug-in">
  -      <p>
  +      <p>The Maven Webserver Plug-in provides a generic interface to installing
  +      and controlling webserver instances.
  +      </p>
  +      <p>Using a private or shared webserver installation, developers can use
  +      this plugin to control their own personal instance of a webserver. This is
  +      particularly useful when developing website based projects.
  +      </p>
  +      <p>The webserver implementation used is controlled by a set of simple
  +      properties. Integrating new webserver implementations into the plugin is
  +      as simple as adding a jelly script that implements some required goal
  +      names.
         </p>
       </section>
    </body>
  
  
  
  1.3       +2 -2      maven/src/plugins-build/webserver/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/webserver/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Mar 2003 05:54:17 -0000	1.2
  +++ navigation.xml	24 Apr 2003 23:10:19 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<project name="Maven webserver Plugin">
  -  <title>Maven webserver Plugin</title>
  +<project name="Maven Webserver Plugin">
  +  <title>Maven Webserver Plugin</title>
     <body>
       <links>
         <item href="http://maven.apache.org/" name="Maven">
  
  
  
  1.2       +14 -71    maven/src/plugins-build/webserver/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/webserver/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	24 Jan 2003 03:46:25 -0000	1.1
  +++ properties.xml	24 Apr 2003 23:10:19 -0000	1.2
  @@ -2,11 +2,11 @@
   
   <document>
     <properties>
  -    <title>webserver Properties</title>
  +    <title>Maven Webserver Plugin Properties</title>
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  -    <section name="webserver Settings">
  +    <section name="Maven Webserver Plugin Settings">
         <table>
           <tr>
             <th>Property</th>
  @@ -14,76 +14,19 @@
             <th>Description</th>
           </tr>
           <tr>
  -          <td>maven.webserver.name</td>
  +          <td>maven.webserver.root</td>
             <td>Yes</td>
             <td>
               <p>Default value is
  -              <code>apache</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.port.https</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>443</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.version</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>2.x</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.dir</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>${basedir}/server</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.port.three</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>8092</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.port.two</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>8091</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.classpath</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>
  -              </code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.webserver.conf.dir</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>${maven.conf.dir}/webserver/${maven.webserver.fullname}</code>.</p>
  +              <code>${maven.webserver.dir}/webapps/ROOT</code>.</p>
             </td>
           </tr>
           <tr>
  -          <td>maven.webserver.fullname</td>
  +          <td>maven.webserver.test.socket</td>
             <td>Yes</td>
             <td>
               <p>Default value is
  -              <code>${maven.webserver.name}-${maven.webserver.version}</code>.</p>
  +              <code>${maven.webserver.port.http}</code>.</p>
             </td>
           </tr>
           <tr>
  @@ -95,19 +38,19 @@
             </td>
           </tr>
           <tr>
  -          <td>maven.webapp.dir</td>
  +          <td>maven.webserver.conf.dir</td>
             <td>Yes</td>
             <td>
               <p>Default value is
  -              <code>${maven.webserver.dir}/webapps/ROOT</code>.</p>
  +              <code>${maven.conf.dir}/webserver/${maven.webserver.fullname}</code>.</p>
             </td>
           </tr>
           <tr>
  -          <td>maven.webserver.port.one</td>
  +          <td>maven.webserver.dir</td>
             <td>Yes</td>
             <td>
               <p>Default value is
  -              <code>8090</code>.</p>
  +              <code>${basedir}/server</code>.</p>
             </td>
           </tr>
           <tr>
  @@ -119,19 +62,19 @@
             </td>
           </tr>
           <tr>
  -          <td>maven.webserver.url</td>
  +          <td>maven.webserver.fullname</td>
             <td>Yes</td>
             <td>
               <p>Default value is
  -              <code>http://${maven.webserver.host}:${maven.webserver.port.http}/index.html</code>.</p>
  +              <code>${maven.webserver.name}-${maven.webserver.version}</code>.</p>
             </td>
           </tr>
           <tr>
  -          <td>maven.webserver.home</td>
  +          <td>maven.webserver.port.https</td>
             <td>Yes</td>
             <td>
               <p>Default value is
  -              <code>/apps/apache2</code>.</p>
  +              <code>443</code>.</p>
             </td>
           </tr>
         </table>
  
  
  

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