Facebook
From marafa, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 108
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:appointmentschedulingui-omod:jar:1.9.0
  4. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ line 187, column 21
  5. [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 343, column 12
  6. [WARNING]
  7. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  8. [WARNING]
  9. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  10. [WARNING]
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Reactor Build Order:
  13. [INFO]
  14. [INFO] Appointment Scheduling UI Module                                   [pom]
  15. [INFO] Appointment Scheduling UI Module API                               [jar]
  16. [INFO] Appointment Scheduling UI Module OMOD                              [jar]
  17. [INFO]
  18. [INFO] -------------< org.openmrs.module:appointmentschedulingui >-------------
  19. [INFO] Building Appointment Scheduling UI Module 1.9.0                    [1/3]
  20. [INFO] --------------------------------[ pom ]---------------------------------
  21. [INFO]
  22. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui ---
  23. [INFO]
  24. [INFO] --- maven-install-plugin:2.4:install (default-install) @ appointmentschedulingui ---
  25. [INFO] Installing D:\openmrs\appointmentschedulingui\pom.xml to C:\Users\marafa\.m2\repository\org\openmrs\module\appointmentschedulingui\1.9.0\appointmentschedulingui-1.9.0.pom
  26. [INFO]
  27. [INFO] -----------< org.openmrs.module:appointmentschedulingui-api >-----------
  28. [INFO] Building Appointment Scheduling UI Module API 1.9.0                [2/3]
  29. [INFO] --------------------------------[ jar ]---------------------------------
  30. [INFO]
  31. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui-api ---
  32. [INFO] Deleting D:\openmrs\appointmentschedulingui\api\target
  33. [INFO]
  34. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appointmentschedulingui-api ---
  35. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  36. [INFO] Copying 21 resources
  37. [INFO]
  38. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ appointmentschedulingui-api ---
  39. [INFO] Changes detected - recompiling the module!
  40. [INFO] Compiling 9 source files to D:\openmrs\appointmentschedulingui\api\target\classes
  41. [INFO]
  42. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appointmentschedulingui-api ---
  43. [INFO] Not copying test resources
  44. [INFO]
  45. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ appointmentschedulingui-api ---
  46. [INFO] Not compiling test sources
  47. [INFO]
  48. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ appointmentschedulingui-api ---
  49. [INFO] Tests are skipped.
  50. [INFO]
  51. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ appointmentschedulingui-api ---
  52. [INFO] Building jar: D:\openmrs\appointmentschedulingui\api\target\appointmentschedulingui-api-1.9.0.jar
  53. [INFO]
  54. [INFO] --- maven-install-plugin:2.4:install (default-install) @ appointmentschedulingui-api ---
  55. [INFO] Installing D:\openmrs\appointmentschedulingui\api\target\appointmentschedulingui-api-1.9.0.jar to C:\Users\marafa\.m2\repository\org\openmrs\module\appointmentschedulingui-api\1.9.0\appointmentschedulingui-api-1.9.0.jar
  56. [INFO] Installing D:\openmrs\appointmentschedulingui\api\pom.xml to C:\Users\marafa\.m2\repository\org\openmrs\module\appointmentschedulingui-api\1.9.0\appointmentschedulingui-api-1.9.0.pom
  57. [INFO]
  58. [INFO] ----------< org.openmrs.module:appointmentschedulingui-omod >-----------
  59. [INFO] Building Appointment Scheduling UI Module OMOD 1.9.0               [3/3]
  60. [INFO] --------------------------------[ jar ]---------------------------------
  61. [INFO]
  62. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui-omod ---
  63. [INFO] Deleting D:\openmrs\appointmentschedulingui\omod\target
  64. [INFO]
  65. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ appointmentschedulingui-omod ---
  66. [INFO]
  67. [INFO] --- maven-antrun-plugin:1.7:run (default) @ appointmentschedulingui-omod ---
  68. [INFO] Executing tasks
  69.  
  70. building:
  71.      [echo]
  72.      [exec] npm WARN [email protected] license should be a valid SPDX license expression
  73.      [exec]
  74.      [exec] up to date in 2.613s
  75.      [exec] found 0 vulnerabilities
  76.      [exec]
  77. [INFO] Executed tasks
  78. [INFO]
  79. [INFO] --- exec-maven-plugin:3.0.0:exec (default) @ appointmentschedulingui-omod ---
  80. bower openmrs-uicommons#master  ENOGIT git is not installed or not in the PATH
  81. [ERROR] Command execution failed.
  82. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
  83.     at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
  84.     at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
  85.     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:982)
  86.     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:929)
  87.     at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:457)
  88.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
  89.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
  90.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
  91.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
  92.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  93.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  94.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  95.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  96.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  97.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  98.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  99.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
  100.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
  101.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
  102.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  103.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  104.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  105.     at java.lang.reflect.Method.invoke (Method.java:498)
  106.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
  107.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
  108.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
  109.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
  110. [INFO] ------------------------------------------------------------------------
  111. [INFO] Reactor Summary for Appointment Scheduling UI Module 1.9.0:
  112. [INFO]
  113. [INFO] Appointment Scheduling UI Module ................... SUCCESS [  0.246 s]
  114. [INFO] Appointment Scheduling UI Module API ............... SUCCESS [  3.395 s]
  115. [INFO] Appointment Scheduling UI Module OMOD .............. FAILURE [ 13.852 s]
  116. [INFO] ------------------------------------------------------------------------
  117. [INFO] BUILD FAILURE
  118. [INFO] ------------------------------------------------------------------------
  119. [INFO] Total time:  19.562 s
  120. [INFO] Finished at: 2020-11-02T21:57:27Z
  121. [INFO] ------------------------------------------------------------------------
  122. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (default) on project appointmentschedulingui-omod: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  123. [ERROR]
  124. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  125. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  126. [ERROR]
  127. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  128. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  129. [ERROR]
  130. [ERROR] After correcting the problems, you can resume the build with the command
  131. [ERROR]   mvn <args> -rf :appointmentschedulingui-omod
  132.