linghengqian commented on issue #38910: URL: https://github.com/apache/shardingsphere/issues/38910#issuecomment-4795182024
This is not surprising, because it has already been set at https://github.com/apache/shardingsphere/blob/master/distribution/pom.xml#L40 . ```xml <properties> <maven.deploy.skip>true</maven.deploy.skip> </properties> ``` Binary files are inherently unsuitable for distribution to https://central.sonatype.com/ , as https://central.sonatype.org/publish/publish-portal-upload/ stipulates that compressed file sizes must be less than 1GB. If you need to use pre-built artifacts, the fastest way is through https://shardingsphere.apache.org/document/current/en/downloads/ , or downstream distribution channels like https://hub.docker.com/r/apache/shardingsphere-proxy . -- 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]
