Skip to content

Commit

Permalink
Update FlattenMojo.java
Browse files Browse the repository at this point in the history
Add since declaration in javadoc
  • Loading branch information
Joseph Leonard committed Aug 2, 2022
1 parent d704f85 commit dea08a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ public class FlattenMojo
* Dictates whether dependency exclusions stanzas should be included in the flattened POM. By default exclusions
* will be included in the flattened POM but if you wish to omit exclusions stanzas from being present then set
* this configuration property to <code>true</code>.
*
* @since 1.3.0
*/
@Parameter( defaultValue = "false", required = false )
private boolean omitExclusions;
Expand Down

0 comments on commit dea08a5

Please sign in to comment.