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 the example used `add-resource` as goal.
  • Loading branch information
mfussenegger authored and slachiewicz committed Mar 17, 2024
1 parent 9917a84 commit 54d1683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
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 54d1683

Please sign in to comment.