Author: tfischer
Date: Sat May 5 11:10:54 2007
New Revision: 535552
URL: http://svn.apache.org/viewvc?view=rev&rev=535552
Log:
slight correction to the test project docs
Modified:
db/torque/site/trunk/xdocs/developer-info/test-project.xml
Modified: db/torque/site/trunk/xdocs/developer-info/test-project.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/developer-info/test-project.xml?view=diff&rev=535552&r1=535551&r2=535552
==============================================================================
--- db/torque/site/trunk/xdocs/developer-info/test-project.xml (original)
+++ db/torque/site/trunk/xdocs/developer-info/test-project.xml Sat May 5
11:10:54 2007
@@ -136,11 +136,11 @@
</li>
<li>
In the directory <i>trunks/test/test-project</i>,
- run the command <code>mvn -P${profile} package</code>
+ run the command <code>mvn -P${profile} test</code>
to run the test, replacing the variable
<code>${profile}</code> with the name of your chosen profile.
For example, if you want to test against mysql, run
- <code>mvn -Pmysql package</code>
+ <code>mvn -Pmysql test</code>
</li>
</ul>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]