diff --git a/src/site/apt/examples/create-test-jar.apt.vm b/src/site/apt/examples/create-test-jar.apt.vm index cc82ea5..2bee6f8 100644 --- a/src/site/apt/examples/create-test-jar.apt.vm +++ b/src/site/apt/examples/create-test-jar.apt.vm @@ -113,7 +113,7 @@ How to create a jar containing test classes the original project to the <<>> of this project. The same type of movement counts for the resources as well of course. - * Move the required <<>>-scoped dependencies and from the original + * Move the required <<>>-scoped dependencies from the original project to this project and remove the scope (i.e. changing it to the <<>>-scope). And yes, that means that the junit dependency (or any other testing framework dependency) gets the default scope too. You'll probably need