chungen0126 commented on PR #8888: URL: https://github.com/apache/ozone/pull/8888#issuecomment-3160998438
Hi, @Hi, @adoroszlai , regarding the common deb package you [mentioned](https://github.com/apache/ozone/pull/8772#issuecomment-3058007256), I've been thinking about that. A way to do this, but it could be a major change for the Maven project, is to set the scope of shared dependencies like hadoop-common, ozone-common, and hdds-common to provided in modules such as ozone-manager, hdds-server-scm, and ozone-datanode. This way, the modules won't include the common JARs, and we'll be able to generate a Debian package for each module that doesn't contain the common JAR. Then, we can package a common Debian package to provide dependencies for the other Debian packages. -- 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]
