# File lib/buildr/packaging/artifact.rb, line 605
    def local=(dir)
      @local = dir ? File.expand_path(dir) : nil
    end