vmassol     2004/03/17 08:36:51

  Modified:    jetty/xdocs changes.xml index.xml
  Log:
  more docs
  
  Revision  Changes    Path
  1.2       +1 -1      maven-plugins/jetty/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jetty/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       17 Mar 2004 15:19:46 -0000      1.1
  +++ changes.xml       17 Mar 2004 16:36:51 -0000      1.2
  @@ -26,7 +26,7 @@
     <body>
       <release version="1.0" date="in CVS">
         <action dev="vmassol" type="add">
  -        Plugin creation.
  +        Plugin creation. Currently only supports WAR deployments in Jetty.
         </action>
       </release>
     </body>
  
  
  
  1.2       +22 -0     maven-plugins/jetty/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jetty/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 17 Mar 2004 15:19:46 -0000      1.1
  +++ index.xml 17 Mar 2004 16:36:51 -0000      1.2
  @@ -32,6 +32,28 @@
           dependencies.
         </p>
       </section>
  +    <section name="Using the plugin">
  +      <p>
  +        Define the WARs to deploy in Jetty as project dependencies.
  +        For example:
  +      </p>
  +<source><![CDATA[
  +  <dependency>
  +    <groupId>groupId</groupId>
  +    <artifactId>artifactId</artifactId>
  +    <version>version</version>
  +    <type>war</type>
  +    <properties>
  +      <jetty.bundle>true</jetty.bundle>
  +    </properties>
  +  </dependency>
  +]]></source>
  +      <p>
  +        Note: If you run the <code>jetty:run-war</code> goal, your
  +        current project will also be considered as a WAR and it will
  +        be also deployed in Jetty.
  +      </p>
  +    </section>
    </body>
   
   </document>
  
  
  

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

Reply via email to