# File lib/buildr/packaging/artifact.rb, line 496 def needed? return true if snapshot? && File.exist?(name) && (update_snapshot? || old?) super end