Committed by
Gerrit Code Review
fix mci mcis commands
Change-Id: I0b1b91d52454fc94ca9b991b70480b26708f537f
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -47,8 +47,8 @@ function o { | ... | @@ -47,8 +47,8 @@ function o { |
| 47 | 47 | ||
| 48 | # Short-hand for 'mvn clean install' for us lazy folk | 48 | # Short-hand for 'mvn clean install' for us lazy folk |
| 49 | alias mci='mvn clean install' | 49 | alias mci='mvn clean install' |
| 50 | -alias mcis='mvn clean install -DskipTests -Dcheckstyle.skip -U -T 1C' | 50 | +alias mcis='mvn clean install -DskipTests -Dcheckstyle.skip' |
| 51 | -alias mis='mvn install -DskipTests -Dcheckstyle.skip -U -T 1C' | 51 | +alias mis='mvn install -DskipTests -Dcheckstyle.skip' |
| 52 | 52 | ||
| 53 | # Short-hand for ONOS build, package and test. | 53 | # Short-hand for ONOS build, package and test. |
| 54 | alias ob='onos-build' | 54 | alias ob='onos-build' | ... | ... |
-
Please register or login to post a comment