#35 mvn will auto add clean package

This commit is contained in:
Michael Lee
2015-08-26 14:01:36 +01:00
parent b21c9ebb43
commit 0d86fce9be
3 changed files with 49 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `man_no_space` – fixes man commands without spaces, for example `mandiff`;
* `mercurial` – fixes wrong `hg` commands;
* `mkdir_p` – adds `-p` when you trying to create directory without parent;
* `mvn_no_command` – adds `clean package` to `mvn`;
* `no_command` – fixes wrong console commands, for example `vom/vim`;
* `no_such_file` – creates missing directories with `mv` and `cp` commands;
* `open` – prepends `http` to address passed to `open`;