Module: Buildr::CPom::ProjectExtension
Instance Method Summary collapse
Methods included from Extension
Instance Method Details
#pom ⇒ Object
287 288 289 290 291 292 293 |
# File 'lib/buildr/java/custom_pom.rb', line 287 def pom unless @pom @pom = parent ? parent.pom.dup : Buildr::CustomPom.new @pom.send :associate_project, self end @pom end |