pkuwm opened a new issue #1347: URL: https://github.com/apache/helix/issues/1347
helix admin webapp depends on helix-core's test jar. So tests need to be compiled, as well. `-Dmaven.test.skip.exec=true` is needed. ``` [INFO] Apache Helix :: Core ............................... SUCCESS [ 18.881 s] [INFO] Apache Helix :: Admin Webapp ....................... FAILURE [ 0.092 s] [INFO] Apache Helix :: Restful Interface .................. SKIPPED [INFO] Apache Helix :: Distributed Lock ................... SKIPPED [INFO] Apache Helix :: HelixAgent ......................... SKIPPED [INFO] Apache Helix :: Recipes ............................ SKIPPED [INFO] Apache Helix :: Recipes :: Rabbitmq Consumer Group . SKIPPED [INFO] Apache Helix :: Recipes :: Rsync Replicated File Store SKIPPED [INFO] Apache Helix :: Recipes :: distributed lock manager SKIPPED [INFO] Apache Helix :: Recipes :: distributed task execution SKIPPED [INFO] Apache Helix :: Recipes :: service discovery ....... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31.429 s [INFO] Finished at: 2020-09-03T15:57:52-07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project helix-admin-webapp: Could not resolve dependencies for project org.apache.helix:helix-admin-webapp:bundle:1.0.2-SNAPSHOT: Failure to find org.apache.helix:helix-core:jar:tests:1.0.2-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1] ``` ---------------------------------------------------------------- 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]
