The -type f parameter cannot recognize symbolic link files
so the replacement with the -xtype f parameter solve this problem
https://jira.opendaylight.org/browse/INTPAK-162
Change-Id: I38aaf2ff3d655d44e757c863f83a0b2cb811ab41
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
-g "$GROUP_ID" \
-p "$MAVEN_OPTIONS $MAVEN_PARAMS" \
|& tee "$DEPLOY_LOG"
-done < <(find "$UPLOAD_FILES_PATH" -type f -name "*")
+done < <(find "$UPLOAD_FILES_PATH" -xtype f -name "*")