commit | 1e60f97ae50c05b94fcb6a10520738bfb5efdfd1 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Oct 19 09:55:52 2015 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Oct 19 09:59:49 2015 -0700 |
tree | 47fbbd1da6fab04192d21b724e37e5d975a96d49 | |
parent | 14c7318593200fe9267e823f4562bf08c2e700f1 [diff] [blame] |
Adding skeletal structure for netconf libraries. Change-Id: I1e0590d4d60ed83e123fb2da455ffde3fd7d495a
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 9a8ccbf..a0f040a 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -52,6 +52,7 @@ # Short-hand for ONOS build, package and test. alias ob='onos-build' +alias obf='ob -DskipTests -Dcheckstyle.skip' alias obi='onos-build -Dmaven.test.failure.ignore=true' alias obs='onos-build-selective' alias obd='onos-build-docs'