fix(mvn)!: rename mvnd to mvndp alias (#11756)

BREAKING CHANGE: Rename alias to prevent conflicts with Apache Maven Daemon.
This commit is contained in:
rfigueroa
2023-06-16 02:52:12 -05:00
committed by GitHub
parent 6bffaab290
commit 42b86327ed
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ if it's found, or the mvn command otherwise.
| `mvnct` | `mvn clean test` |
| `mvncv` | `mvn clean verify` |
| `mvncvst` | `mvn clean verify -DskipTests` |
| `mvnd` | `mvn deploy` |
| `mvndp` | `mvn deploy` |
| `mvndocs` | `mvn dependency:resolve -Dclassifier=javadoc` |
| `mvndt` | `mvn dependency:tree` |
| `mvne` | `mvn eclipse:eclipse` |