pfefferf / ui5-nwabap-deployer

UI5 Deployer for SAP NetWeaver ABAP
Apache License 2.0
55 stars 18 forks source link

How to skip files which are already there in SAP BSP Application #21

Closed rajk595 closed 4 years ago

rajk595 commented 4 years ago

Hi Team,

I have an requirement where while uploading files via this module I want to skip files which are already there in SAP BSP Application.

For example i already have a file in SAP system webcontent/configuration.js

By using this module how can I skip this file while uploading I tried using negate option while providing src but it's trying to delete the file rather skipping

pfefferf commented 4 years ago

The current behavior is, that files are sync. Meaning, if you are excluding files, they are removed from the BSP container. There are no plans to support your scenario.