# File lib/buildr/packaging/artifact.rb, line 174 def uninstall installed = Buildr.repositories.locate(self) rm installed if File.exist?(installed) pom.uninstall if pom && pom != self && classifier.nil? end