cqdump icon indicating copy to clipboard operation
cqdump copied to clipboard

Build failure when build and deploy the "performance" benchmark project

Open krassib opened this issue 1 year ago • 0 comments

Environment:

MacBook Pro M1 Mac macOS: Sequioia 5.1.1 (24B91) Apache Maven 3.9.9 Java version: 11.0.2 AEM 6.5.22

Steps to reproduce:

  1. git clone https://github.com/joerghoh/cqdump.git
  2. cd /cqdump/performance
  3. mvn clean install

Build fails with the error Failed to execute goal on project performance.ui.apps: Could not resolve dependencies for project de.joerghoh.cqdump.performance:performance.ui.apps:content-package:1.0.0-SNAPSHOT:

[INFO] --------------------------[ content-package ]--------------------------- [WARNING] The POM for de.joerghoh.cqdump.performance:performance.core:jar:1.0.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for cqdump-performance 1.0.0-SNAPSHOT: [INFO] [INFO] cqdump-performance ................................. SUCCESS [ 0.145 s] [INFO] cqdump-performance - UI Frontend ................... SUCCESS [ 4.688 s] [INFO] cqdump-performance - Repository Structure Package .. SUCCESS [ 0.457 s] [INFO] cqdump-performance - UI apps ....................... FAILURE [ 0.023 s] [INFO] cqdump-performance - UI content .................... SKIPPED [INFO] cqdump-performance - UI config ..................... SKIPPED [INFO] cqdump-performance - Core .......................... SKIPPED [INFO] cqdump-performance - All ........................... SKIPPED [INFO] cqdump-performance - Integration Tests ............. SKIPPED [INFO] cqdump-performance - Dispatcher .................... SKIPPED [INFO] cqdump-performance - UI Tests ...................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.959 s [INFO] Finished at: 2024-12-28T14:46:51-08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project performance.ui.apps: Could not resolve dependencies for project de.joerghoh.cqdump.performance:performance.ui.apps:content-package:1.0.0-SNAPSHOT [ERROR] dependency: de.joerghoh.cqdump.performance:performance.core:jar:1.0.0-SNAPSHOT (compile) [ERROR] Could not find artifact de.joerghoh.cqdump.performance:performance.core:jar:1.0.0-SNAPSHOT [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :performance.ui.apps

krassib avatar Dec 28 '24 22:12 krassib