This is just a recommendation and you should try this in your environment to see if it works correctly.
Approach
- WebLogic resource properties file will be copied to <Endpoint Working Directory>/wlresources/<Project Id> at the end of successful deployment. This means that at the end of deployment we are trying remember artifact state of last deployment.
- At start of Deployment, we will compare project version artifacts folder files with previously deployed files and will deploy only changed files.
...