You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2004/03/24 12:46:33 UTC

cvs commit: db-torque/xdocs maven-howto.xml

seade       2004/03/24 03:46:33

  Modified:    xdocs    Tag: TORQUE_3_1_BRANCH maven-howto.xml
  Log:
  Correct the maven-plugin directory reference.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.2.1   +8 -3      db-torque/xdocs/maven-howto.xml
  
  Index: maven-howto.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/maven-howto.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- maven-howto.xml	21 Feb 2003 20:26:51 -0000	1.4
  +++ maven-howto.xml	24 Mar 2004 11:46:33 -0000	1.4.2.1
  @@ -4,8 +4,6 @@
   
     <properties>
       <title>Torque - Example Configuration for a Mavenized Project</title>
  -    <author email="stephenh@chase3000.com">Stephen Haberman</author>
  -    <author email="quintonm@bellsouth.net">Quinton McCombs</author>
     </properties>
   
     <body>
  @@ -53,9 +51,16 @@
     <p>
       Currently you must manually build the plugin by checking out Torque from CVS
       and running <code>maven plugin:install</code> from the
  -    <code>src/generator/src/maven-plugin</code> directory. This will jar together 
  +    <code>src/maven-plugin</code> directory. This will jar together 
       the various plugin files copy it into your <code>${maven.home}/plugins</code>
       directory.  
  +  </p>
  +
  +  <p>
  +    For consistency you should probably also install the corresponding 
  +    generator and runtime jars in your local maven repository by running
  +    <code>maven jar:install</code> from the <code>src/generator</code> 
  +    and <code>src</code> directories respectively.
     </p>
   
   </section>
  
  
  

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