Uploaded image for project: 'Apache Commons All'
  1. Apache Commons All
  2. COMMONSSITE-101

Make -Dcommons.release.dryRun=true our commit toggle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Commons Release Plugin
    • None

    Description

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

       @Parameter(defaultValue = "false”)
       

       
      should be:
       

       @Parameter(property = "commons.release.dryRun", defaultValue = "false”)
      

      Attachments

        Activity

          People

            chtompki Rob Tompkins
            chtompki Rob Tompkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: