SAP / cloud-mta

Built-in tools to work with Multi-Target-Application (MTA) projects
Apache License 2.0
22 stars 10 forks source link

"no-source" build parameter added #127

Closed allaVolkov closed 4 years ago

allaVolkov commented 4 years ago

Support "no-source" build parameter

Checklist

tal-sapan commented 4 years ago
  1. Please add a test that for no-source modules, no entry is created in the manifest.mf (or no artifact path is added to the module entry - I'm not sure which is the correct behavior)
  2. What about when no-source is true but the path is specified? Should it be an error? If not, should the sources be packaged?
  3. What happens during the module build? I assume it should be skipped. Please make sure this happens (also in verbose makefiles).
allaVolkov commented 4 years ago

Items 1. and 3. are handled in cloud-mta-build-tool repo. Item 2. As discussed with @katunin-ng we don't have to validate path for no-source modules.