mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add mvncpst and mvncpsto aliases
## Why There is a `mvncist` and `mvncisto` which is basically installing package to local repository, while there is not equivalent to just package the maven project. ## What We added `mvncpst` and `mvncpsto` to allow to: - `mvncpst`: `mvn clean package -DskipTests` - `mvncpsto`: `mvn clean package -DskipTests --offline`
This commit is contained in:
parent
e9fc134236
commit
755823794a
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ alias mvncist='mvn clean install -DskipTests'
|
|||
alias mvncisto='mvn clean install -DskipTests --offline'
|
||||
alias mvncom='mvn compile'
|
||||
alias mvncp='mvn clean package'
|
||||
alias mvncpst='mvn clean package -DskipTests'
|
||||
alias mvncpsto='mvn clean package -DskipTests --offline'
|
||||
alias mvnct='mvn clean test'
|
||||
alias mvncv='mvn clean verify'
|
||||
alias mvncvst='mvn clean verify -DskipTests'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue