Adding archetype for onos-bundle and onos-cli projects.

Change-Id: I5df9db6a571be682ff2200c182bad8100dd95bfe
diff --git a/tools/dev/bin/onos-build-selective b/tools/dev/bin/onos-build-selective
index 32b75e7..0becd32 100755
--- a/tools/dev/bin/onos-build-selective
+++ b/tools/dev/bin/onos-build-selective
@@ -4,7 +4,7 @@
 # ----------------------------------------------------------------------------
 
 projects=$(find $ONOS_ROOT -name '*.java' \
-    -not -path '*/openflowj/*' -and -not -path '.git/*' \
+    -not -path '*/openflowj/*' -and -not -path '.git/*' -and -not -path '*/archetypes/*' \
     -exec $ONOS_ROOT/tools/dev/bin/onos-build-selective-hook {} \; | \
     sort -u | sed "s:$ONOS_ROOT::g" | tr '\n' ',' | \
     sed 's:/,:,:g;s:,/:,:g;s:^/::g;s:,$::g')