Method: Maven::Tools::DSL#source

Defined in:
lib/maven/tools/dsl.rb

#source(*args) ⇒ Object



62
63
64
# File 'lib/maven/tools/dsl.rb', line 62

def source(*args)
  warn "ignore source #{args}" if !(args[0].to_s =~ /^https?:\/\/rubygems.org/) && args[0] != :rubygems
end