zzyReal666 commented on issue #30390: URL: https://github.com/apache/shardingsphere/issues/30390#issuecomment-1979907291
> * If I understand correctly, you are making an Uber Jar for ShardingSphere JDBC. But it seems like no one has ever needed the Uber Jar before, so it seems to me that fixing the current issue requires adding a Maven module, probably named `org.apache.shardingsphere:shardingsphere-jdbc-all`, and using the specific `maven-assembly-plugin` configuration to make the Uber Jar, and then adding documentation for that only makes sense. There is still room for change in the module name. > * I'm assuming you're going to submit a PR. If you don't have time to prepare a PR, I will set an additional issue tag for this issue. **First of all, thank you very much for letting me know the concept of `Uber jar`. I just want to get it.** Usually we use it(shardingsphere-jdbc) as in the documentation:  **Suppose I had to change some code now.How should I build the project so that these changes take effect?** So I want to make an Uber jar.And I use it that way in my project.Use it instead of maven dependency:  ### Is there any other way to do this? -- 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]
