Skip to content

Commit

Permalink
Fix #303 Aggregate-add-third-party mojo is not including optional dep…
Browse files Browse the repository at this point in the history
…endencies by default
  • Loading branch information
balessandr committed Mar 2, 2019
1 parent 8babfb3 commit 487daa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ void initFromMojo( AggregatorAddThirdPartyMojo mojo, MavenProject mavenProject,
deployMissingFile = mojo.deployMissingFile;
useRepositoryMissingFiles = mojo.useRepositoryMissingFiles;
acceptPomPackaging = mojo.acceptPomPackaging;
includeOptional = mojo.includeOptional;
excludedScopes = mojo.excludedScopes;
includedScopes = mojo.includedScopes;
excludedGroups = mojo.excludedGroups;
Expand Down

0 comments on commit 487daa1

Please sign in to comment.