Rob Tompkins created COMMONSSITE-101:
----------------------------------------

             Summary: Make -Dcommons.release.dryRun=true our commit toggle
                 Key: COMMONSSITE-101
                 URL: https://issues.apache.org/jira/browse/COMMONSSITE-101
             Project: Commons All
          Issue Type: Bug
          Components: Commons Release Plugin
            Reporter: Rob Tompkins
            Assignee: Rob Tompkins


[https://github.com/apache/commons-release-plugin/blob/master/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java#L88]

{code:java}
 @Parameter(defaultValue = "false”)
 {code}
  
 should be:
  
{code:java}
 @Parameter(property = "commons.release.dryRun", defaultValue = "false”)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to