Author: dennisl
Date: Fri Aug 1 14:50:53 2008
New Revision: 681853
URL: http://svn.apache.org/viewvc?rev=681853&view=rev
Log:
o Fix typos.
Modified:
maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt
Modified: maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt?rev=681853&r1=681852&r2=681853&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt
(original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt Fri Aug
1 14:50:53 2008
@@ -10,7 +10,7 @@
Many times you may want to reuse the tests that you have created for a
project in another. For example if you have
written <<<foo-core>>> and it contains test code in the
<<<$\{basedir\}/src/test/java>>> it would be useful to package
- up those compiled tests in a JAR and deploy them for general resuse. To do
this you would configure the
+ up those compiled tests in a JAR and deploy them for general reuse. To do
this you would configure the
<<<maven-jar-plugin>>> as follows:
+----+
@@ -38,7 +38,7 @@
* Installing the attached test JAR
- In order to install the attached test JAR you simply use the standard install
phase by executing
+ In order to install the attached test JAR you simply use the standard
<<<install>>> phase by executing
the following command:
+----+
@@ -49,7 +49,7 @@
* Deploying the attached test JAR
- In order to deploy the attached test JAR you simply use the standard deploy
phase by executing
+ In order to deploy the attached test JAR you simply use the standard
<<<deploy>>> phase by executing
the following command:
+----+
@@ -61,7 +61,7 @@
* Using the attached test JAR
In order to use the attached test JAR that was created above you simply
specify a dependency on the main
- artifact with a specified type of <<<tests>>>:
+ artifact with a specified classifier of <<<tests>>>:
+----+