class Jars::MavenSettings

def reset

def reset
  instance_variables.each { |var| instance_variable_set(var, nil) }
end