lib/maven/tools/dsl.rb in maven-tools-0.34.2 vs lib/maven/tools/dsl.rb in maven-tools-0.34.3
- old
+ new
@@ -933,9 +933,14 @@
unless args[ 0 ].match( /:/ )
args[ 0 ] = "rubygems:#{args[ 0 ] }"
end
if args.last.is_a?(Hash)
options = args.last
+
+ # on ruby-maven side we ignore the require option
+ options.delete( :require )
+ options.delete( 'require' )
+
if options.key?( :git )
@has_git = true
elsif options.key?( :path )
@has_path = true
else