LinkinStars commented on PR #1452: URL: https://github.com/apache/answer/pull/1452#issuecomment-3680120509
We believe using a YAML file for packaging configuration is overly cumbersome. Typically, packaging plugins fall into two scenarios. In most cases, Docker is used for packaging with plugins. The scenario you describe only arises when using binary packaging. If we use binary packaging and frequently package plugins, we typically write a shell script to automate this process. Functionally, creating such a shell script achieves the same result as your configuration file. Therefore, we likely don't need to configure packaging parameters via a YAML file, thereby avoiding increased maintenance overhead. However, we believe `reserveBuild` is a good option. You can submit a separate PR for this feature if you'd like. It could be named `retainBuildByproduct`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
