Class: Maven::Tools::Plugin

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

#group_id=(v) ⇒ Object

silent default



245
246
247
248
249
250
251
# File 'lib/maven/tools/model.rb', line 245

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