OnlyPiglet commented on issue #6316: URL: https://github.com/apache/dubbo/issues/6316#issuecomment-1895355776
> dubbo最新版本,也有同样问题: > > * windows10 java8 IntelliJ > * 在根目录执行:` mvn clean install package '-Dmaven.test.skip=true' -e -X` > > ``` > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (checkstyle-validation) on project dubbo-demo: Execution checkstyle-valida > tion of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 or one of its dependen > cies could not be resolved: org.apache.dubbo:dubbo-build-tools:jar:1.0.0 was not found in http://maven.aliyun.com/nexus/content/repositories/central/ during a previou > s attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of alimaven has elapsed or updates are forced - > > [Help 1] > ``` try enter into dubbo-build-tools dir, and execute mvn clean package install ,then execute mvn clean install package '-Dmaven.test.skip=true' -e -X again in root dir -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
