lib/gjp/commands/mvn.rb in gjp-0.37.0 vs lib/gjp/commands/mvn.rb in gjp-0.38.0

- old
+ new

@@ -1,10 +1,9 @@ # encoding: UTF-8 module Gjp class MavenCommand < Gjp::BaseCommand - - parameter "[MAVEN OPTIONS] ...", "mvn options", :attribute_name => "dummy" + parameter "[MAVEN OPTIONS] ...", "mvn options", attribute_name: "dummy" # override parsing in order to pipe everything to mvn def parse(args) @options = args end