mmuru commented on issue #3129: URL: https://github.com/apache/incubator-doris/issues/3129#issuecomment-695345441
I had the same issue with released version 0.12.0, fe-build failed with the following error `[ERROR] Plugin net.sourceforge.czt.dev:cup-maven-plugin:1.6-cdh or one of its dependencies could not be resolved: Could not find artifact net.sourceforge.czt.dev:cup-maven-plugin:jar:1.6-cdh in spring-plugins (https://repo.spring.io/plugins-release/) -> [Help 1]` I had to add the following in fe/pom.xml `<pluginRepository> <id>cloudera-plugins</id> <url>https://repository.cloudera.com/content/groups/public/</url> </pluginRepository> ` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org