linghengqian commented on issue #35148: URL: https://github.com/apache/shardingsphere/issues/35148#issuecomment-2789636744
- The `.tar.gz` you see is unpackable. It is a release that complies with the ASF distribution rules. You ask this because your device doesn't have any decompression software like 7zip installed? - If you just need to publish a JAR to a local repository, you should not use only the package command, this is documented at https://github.com/apache/shardingsphere/wiki . - For Bash, it is `./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -B`. - For PowerShell 7, it is `./mvnw clean install -Prelease -T1C -DskipTests "-Djacoco.skip=true" "-Dcheckstyle.skip=true" "-Drat.skip=true" "-Dmaven.javadoc.skip=true"`. - As for publishing to a private repository, I think you should actually look up the Maven 3 documentation. I have tested this at https://www.yuque.com/linghengqian/meve2v/ibzgu87kwyf7612i (`通过 Gitea 使用 ShardingSphere 的 SNAPSHOT 版本`) and https://www.yuque.com/linghengqian/meve2v/ermb6vonue79tz9m (`通过 GitLab CE 使用 ShardingSphere 的 SNAPSHOT 版本`) . -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org