Searching the local archetype repo before the remote one; temporary fix.
Change-Id: I177d8def0c3738f572b147eb1ff704f624ecafa6
diff --git a/tools/dev/bin/onos-create-app b/tools/dev/bin/onos-create-app
index 454bcd6..5776c63 100755
--- a/tools/dev/bin/onos-create-app
+++ b/tools/dev/bin/onos-create-app
@@ -23,7 +23,8 @@
[ -n "$1" ] && otherOptions="$otherOptions -Dversion=$1" && shift
[ -n "$1" ] && otherOptions="$otherOptions -Dpackage=$1" && shift
-mvn archetype:generate -DarchetypeGroupId=org.onosproject \
+mvn archetype:generate -DarchetypeCatalog=local,remote \
+ -DarchetypeGroupId=org.onosproject \
-DarchetypeArtifactId=onos-$archetype-archetype \
-DarchetypeVersion=$ONOS_POM_VERSION $otherOptions "$@"