mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-29 11:39:50 +00:00
feat(mvn): add verify aliases (#13133)
This commit is contained in:
@@ -33,6 +33,8 @@ if it's found, or the mvn command otherwise.
|
||||
| `mvnct` | `mvn clean test` |
|
||||
| `mvncv` | `mvn clean verify` |
|
||||
| `mvncvst` | `mvn clean verify -DskipTests` |
|
||||
| `mvnv` | `mvn verify` |
|
||||
| `mvnvst` | `mvn verify -DskipTests` |
|
||||
| `mvndp` | `mvn deploy` |
|
||||
| `mvndocs` | `mvn dependency:resolve -Dclassifier=javadoc` |
|
||||
| `mvndt` | `mvn dependency:tree` |
|
||||
|
||||
Reference in New Issue
Block a user