Top Level Namespace
Defined Under Namespace
Modules: Maven, RubyMaven
Instance Method Summary
collapse
Instance Method Details
#maven ⇒ Object
50
51
52
53
54
55
56
|
# File 'lib/maven/ruby/tasks.rb', line 50
def maven
unless @__maven__
@__maven__ = Maven::Ruby::Maven.new
@__maven__.embedded = true
end
@__maven__
end
|