#35 mvn will auto add clean package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from thefuck import shells
|
||||
|
||||
def match(command, settings):
|
||||
return 'No goals have been specified for this build' in command.stdout and command.script.startswith('mvn')
|
||||
|
||||
|
||||
def get_new_command(command, settings):
|
||||
return [ command.script + ' clean package', command.script + ' clean install']
|
||||
Reference in New Issue
Block a user