loserwang1024 opened a new issue, #1861: URL: https://github.com/apache/fluss/issues/1861
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.7.0 (latest release) ### Please describe the bug 🐞 Currently, when we run `mvn clean`, problem will occurs: ```shell [ERROR] Plugin org.apache.fluss:fluss-protogen-maven-plugin:0.9-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.apache.fluss:fluss-protogen-maven-plugin:jar:0.9-SNAPSHOT in tbmirror (http://mvnrepo.alibaba-inc.com/mvn/repository) -> ``` ```shell Failed to execute goal on project fluss-dist: Could not resolve dependencies for project org.apache.fluss:fluss-dist:jar:0.9-SNAPSHOT: The following artifacts could not be resolved: org.apache.fluss:fluss-server:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-fs-hdfs:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-fs-oss:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-fs-s3:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-metrics-prometheus:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-metrics-jmx:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-lake-paimon:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-lake-iceberg:jar:0.9-SNAPSHOT, org.apache.fluss:fluss-lake-lance:jar:0.9-SNAPSHOT: Could not find artifact org.apache.fluss:fluss-server:jar:0.9-SNAPSHOT in tbmirror ``` It's no need to download dependencies when clean. ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
