Committed by
Gerrit Code Review
Add mcis, mis alias which skips test and checkstyle
Change-Id: I2488ae758567da2d6d3f0b27c47346f88b5e686c
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -36,6 +36,8 @@ function o { | ... | @@ -36,6 +36,8 @@ function o { |
36 | 36 | ||
37 | # Short-hand for 'mvn clean install' for us lazy folk | 37 | # Short-hand for 'mvn clean install' for us lazy folk |
38 | alias mci='mvn clean install' | 38 | alias mci='mvn clean install' |
39 | +alias mcis='mvn clean install -DskipTests -Dcheckstyle.skip -U -T 1C' | ||
40 | +alias mis='mvn install -DskipTests -Dcheckstyle.skip -U -T 1C' | ||
39 | 41 | ||
40 | # Short-hand for ONOS build, package and test. | 42 | # Short-hand for ONOS build, package and test. |
41 | alias ob='onos-build' | 43 | alias ob='onos-build' | ... | ... |
-
Please register or login to post a comment