Skip to content

Commit

Permalink
Polish "Add inherited to MavenPlugin"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jun 21, 2024
1 parent f69c3bc commit 5ba0703
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ public boolean isExtensions() {
}

/**
* Return whether to propagate plugin configuration to child POMs.
* @return {@code true} whether to propagate plugin configuration
* Return whether to inherit plugin configuration to child POMs.
* @return whether to inherit plugin configuration
*/
public boolean isInherited() {
return this.inherited;
Expand Down Expand Up @@ -172,8 +172,8 @@ public Builder extensions(boolean extensions) {
}

/**
* Set whether to propagate plugin configuration to child POMs.
* @param inherited whether to propagate plugin configuration
* Set whether to inherit plugin configuration to child POMs.
* @param inherited whether to inherit plugin configuration
* @return this for method chaining
*/
public Builder inherited(boolean inherited) {
Expand Down

0 comments on commit 5ba0703

Please sign in to comment.