lib/gjp/commands/mvn.rb in gjp-0.38.0 vs lib/gjp/commands/mvn.rb in gjp-0.39.0
- old
+ new
@@ -1,11 +1,13 @@
# encoding: UTF-8
module Gjp
+ # gjp mvn
class MavenCommand < Gjp::BaseCommand
parameter "[MAVEN OPTIONS] ...", "mvn options", attribute_name: "dummy"
# override parsing in order to pipe everything to mvn
+ # rubocop:disable TrivialAccessors
def parse(args)
@options = args
end
def execute