Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation #34

Merged
merged 1 commit into from Mar 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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