Class: Plugin

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

#group_id=(v) ⇒ Object

silent default



228
229
230
231
232
233
234
# File 'lib/maven/tools/model.rb', line 228

def group_id=( v )
  if v.to_s == 'org.apache.maven.plugins'
    @group_id = nil
  else
    @group_id = v
  end
end