Skip to content

Commit

Permalink
goals
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 21, 2024
1 parent 2c2209a commit 09a295e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MyPluginTest {
.appendItself()
.execution()
.phase("test")
.goal("my-custom-goal")
.goals("my-custom-goal")
.configuration()
.set("message", "Hello, world!");
f.exec("test");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/yegor256/farea/Execution.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Execution phase(final String value) throws IOException {
}

/**
* Set phase.
* Set goals.
* @param values The Maven goals (non-empty list)
* @return Itself
* @throws IOException If fails
Expand Down

0 comments on commit 09a295e

Please sign in to comment.