Skip to content

Commit

Permalink
Fix goal in usage add-test-resource example
Browse files Browse the repository at this point in the history
The text above mentions "Another goal is called `add-test-resource`
...", but example then used `add-resource` as goal, which doesn't work
to add test resources.
  • Loading branch information
mfussenegger committed Feb 28, 2024
1 parent 5995a18 commit 57b42a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Usage
<id>add-resource</id>
<phase>generate-resources</phase>
<goals>
<goal>add-resource</goal>
<goal>add-test-resource</goal>
</goals>
<configuration>
<resources>
Expand Down

0 comments on commit 57b42a9

Please sign in to comment.