Skip to content

Commit

Permalink
Merge pull request mojohaus#106 from ankon/pr/generate-backup-poms-de…
Browse files Browse the repository at this point in the history
…fault-value

Use @parameter annotations for the generateBackupPoms default value
  • Loading branch information
khmarbaise authored Jan 16, 2017
2 parents a6db638 + 9f38b78 commit f84139d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ public abstract class AbstractVersionsUpdaterMojo
private String rulesUri;

/**
* Controls whether a backup pom should be created (default is true).
* Controls whether a backup pom should be created.
*
* @parameter property="generateBackupPoms"
* @parameter property="generateBackupPoms" default-value="true"
* @since 1.0-alpha-3
*/
private Boolean generateBackupPoms;
Expand Down

0 comments on commit f84139d

Please sign in to comment.