(doc) fixed duplicate link text

Closes #16
diff --git a/src/site/apt/examples/create-test-jar.apt.vm b/src/site/apt/examples/create-test-jar.apt.vm
index 5b7d962..cc82ea5 100644
--- a/src/site/apt/examples/create-test-jar.apt.vm
+++ b/src/site/apt/examples/create-test-jar.apt.vm
@@ -91,7 +91,6 @@
   <<<artifactId-version-classifier.jar>>> for the second one. The parts <<<artifactId>>>, <<<versions>>>
   will be replaced by the values given within your project <<<pom.xml>>> file. The <<<classifier>>>
   will be set to <<<tests>>> which is a default of the maven-jar-plugin which can be changed if you need by
-  using the configuration in the jar goal
   {{{../test-jar-mojo.html}using the configuration in the jar goal}}.
 
   <<Note:>> The downside of this solution is that you don't get the transitive <<<test>>>-scoped dependencies automatically.