seade 2004/03/24 03:46:59
Modified: xdocs maven-howto.xml
Log:
Correct the maven-plugin directory reference.
Revision Changes Path
1.5 +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.5
diff -u -r1.4 -r1.5
--- maven-howto.xml 21 Feb 2003 20:26:51 -0000 1.4
+++ maven-howto.xml 24 Mar 2004 11:46:59 -0000 1.5
@@ -4,8 +4,6 @@
<properties>
<title>Torque - Example Configuration for a Mavenized Project</title>
- <author email="[EMAIL PROTECTED]">Stephen Haberman</author>
- <author email="[EMAIL PROTECTED]">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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]