petermenglei opened a new issue #4874: URL: https://github.com/apache/incubator-doris/issues/4874
[INFO] Dependency-reduced POM written at: /var/local/incubator-doris1.3/fe/spark-dpp/dependency-reduced-pom.xml [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building fe-core 3.4.0 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for net.sourceforge.czt.dev:cup-maven-plugin:jar:1.6-cdh is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] fe-common ......................................... SUCCESS [1.386s] [INFO] spark-dpp ......................................... SUCCESS [8.233s] [INFO] fe-core ........................................... FAILURE [0.009s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.762s [INFO] Finished at: Tue Nov 10 02:49:13 UTC 2020 [INFO] Final Memory: 67M/906M [INFO] ------------------------------------------------------------------------ [ERROR] Plugin net.sourceforge.czt.dev:cup-maven-plugin:1.6-cdh or one of its dependencies could not be resolved: Failed to read artifact descriptor for net.sourceforge.czt.dev:cup-maven-plugin:jar:1.6-cdh: Failure to find net.sourceforge.czt.dev:cup-maven-plugin:pom:1.6-cdh in https://repo.spring.io/plugins-release/ was cached in the local repository, resolution will not be reattempted until the update interval of spring-plugins has elapsed or updates are forced -> [Help 1] I tried to add below in fe/pom.xml file but still not work: <!-- for cup-maven-plugin --> <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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
