Skip to content

Commit

Permalink
distCheckoutDirectory alias was same as workingDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
chtompki committed Feb 23, 2018
1 parent a5cb080 commit 13714f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public class CommonsDistributionStagingMojo extends AbstractMojo {
* The location to which to checkout the dist subversion repository under our working directory, which
* was given above.
*/
@Parameter(defaultValue = "${project.build.directory}/commons-release-plugin/scm", alias = "outputDirectory")
@Parameter(defaultValue = "${project.build.directory}/commons-release-plugin/scm", alias = "distCheckoutDirectory")
private File distCheckoutDirectory;

/**
Expand Down

0 comments on commit 13714f7

Please sign in to comment.