Fixed nightly and weekly builds which use gfbuild.sh
diff --git a/gfbuild.sh b/gfbuild.sh
index 25c7f3b..66e15cb 100755
--- a/gfbuild.sh
+++ b/gfbuild.sh
@@ -71,6 +71,9 @@
 }
 
 build_re_dev(){
+  if [ -f "${WORKSPACE}/snapshots/pom.xml" ]; then
+    mvn clean install -T2C -f "${WORKSPACE}/snapshots/pom.xml" ${MVN_EXTRA}
+  fi
   dev_build
   archive_bundles
   merge_junits