Class: Dependency

Inherits:
Object
  • Object
show all
Includes:
GAV, Virtus
Defined in:
lib/maven/tools/model.rb

Instance Method Summary collapse

Methods included from GAV

included

Instance Method Details

#type=(t) ⇒ Object

silent default



180
181
182
183
184
185
186
# File 'lib/maven/tools/model.rb', line 180

def type=( t )
  if t.to_sym == :jar
    @type = nil
  else
    @type = t
  end
end