Skip to content

Commit

Permalink
Merge pull request #140 from britter/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
olamy committed Apr 12, 2020
2 parents 0a9b9cb + 8f63875 commit 1bb7838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/mojo/exec/AbstractExecMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public abstract class AbstractExecMojo

/**
* If provided the ExecutableDependency identifies which of the plugin dependencies contains the executable class.
* This will have the affect of only including plugin dependencies required by the identified ExecutableDependency.
* This will have the effect of only including plugin dependencies required by the identified ExecutableDependency.
*
* <p>
* If includeProjectDependencies is set to <code>true</code>, all of the project dependencies will be included on
Expand Down

0 comments on commit 1bb7838

Please sign in to comment.