Only copy artifacts if it does not exist in the tmp folder when deploying app
Description
To reduce the app deploy time, we should not copy artifacts for each plugin. We only need to copy if the artifact is not there. Doing so will reduce the artifact copy times from the number of plugins to the number of actual artifacts used for the app.
Release Notes
None