# File lib/buildr/packaging/artifact.rb, line 117 def pom return self if type == :pom Buildr.artifact(:group=>group, :id=>id, :version=>version, :type=>:pom) end