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'