linghengqian commented on issue #21225: URL: https://github.com/apache/shardingsphere/issues/21225#issuecomment-1259794723
- Although Apache has a snapshot repository, Apache ShardingSphere currently does not have nightly upload dependencies. Currently, only ShardingSphere Proxy is uploaded to Apache OSS every night. - If you wish to test a specific branch, you can fetch the repository with `git clone -b`, then use `./mvnw clean install -Prelease -T1C -DskipTests -D"jacoco.skip"=true -D"checkstyle.skip"=true -D"rat.skip"=true -D"maven.javadoc.skip"=true -B` to install the snapshot version directly into your local repository. This command comes from the ShardingSphere Contributor Guide. - No one has ever requested a snapshot repository for nightly builds on Apache OSS before, if you're happy to open a new issue to try and push the issue.....🤔 -- 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]
