Skip to content

Commit

Permalink
Updated create-test-jar.apt.vm removing 'and'
Browse files Browse the repository at this point in the history
Updates create-test-jar.apt.vm removing 'and' which was either missing something additional to the test-scoped dependencies or was left unintentionally.
  • Loading branch information
focbenz authored and slawekjaranowski committed Mar 31, 2022
1 parent fdac54f commit 0ad60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/examples/create-test-jar.apt.vm
Expand Up @@ -113,7 +113,7 @@ How to create a jar containing test classes
the original project to the <<<src/main/java>>> of this project.
The same type of movement counts for the resources as well of course.

* Move the required <<<test>>>-scoped dependencies and from the original
* Move the required <<<test>>>-scoped dependencies from the original
project to this project and remove the scope (i.e. changing it to the <<<compile>>>-scope).
And yes, that means that the junit dependency (or any other testing
framework dependency) gets the default scope too. You'll probably need
Expand Down

0 comments on commit 0ad60f4

Please sign in to comment.