Class: Maven::Tools::Dependency

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

Instance Method Summary collapse

Methods included from GAV

included

Instance Method Details

#type=(t) ⇒ Object

silent default



190
191
192
193
194
195
196
# File 'lib/maven/tools/model.rb', line 190

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