Advertisement
Guest User

Failing to Build OpenMRS 2.4.0-SNAPSHOT due to a maven Error

a guest
Jul 29th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.58 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] Reactor Summary for OpenMRS 2.4.0-SNAPSHOT:
  3. [INFO]
  4. [INFO] OpenMRS ............................................ SUCCESS [  2.334 s]
  5. [INFO] openmrs-tools ...................................... FAILURE [  0.502 s]
  6. [INFO] openmrs-test ....................................... SKIPPED
  7. [INFO] openmrs-api ........................................ SKIPPED
  8. [INFO] openmrs-web ........................................ SKIPPED
  9. [INFO] openmrs-webapp ..................................... SKIPPED
  10. [INFO] openmrs-liquibase .................................. SKIPPED
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] BUILD FAILURE
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Total time:  3.476 s
  15. [INFO] Finished at: 2020-07-29T16:01:23+02:00
  16. [INFO] ------------------------------------------------------------------------
  17. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4:resources (default-resources) on project openmrs-tools: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4:resources failed: A required class was missing while executing org.apache.maven.plugins:maven-resources-plugin:2.4:resources: org/apache/maven/shared/filtering/MavenFilteringException
  18. [ERROR] -----------------------------------------------------
  19. [ERROR] realm =    plugin>org.apache.maven.plugins:maven-resources-plugin:2.4
  20. [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
  21. [ERROR] urls[0] = file:/C:/Users/Insookwa/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.jar
  22. [ERROR] urls[1] = file:/C:/Users/Insookwa/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
  23. [ERROR] urls[2] = file:/C:/Users/Insookwa/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
  24. [ERROR] urls[3] = file:/C:/Users/Insookwa/.m2/repository/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar
  25. [ERROR] urls[4] = file:/C:/Users/Insookwa/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
  26. [ERROR] urls[5] = file:/C:/Users/Insookwa/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
  27. [ERROR] urls[6] = file:/C:/Users/Insookwa/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
  28. [ERROR] urls[7] = file:/C:/Users/Insookwa/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
  29. [ERROR] urls[8] = file:/C:/Users/Insookwa/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
  30. [ERROR] urls[9] = file:/C:/Users/Insookwa/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar
  31. [ERROR] Number of foreign imports: 1
  32. [ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
  33. [ERROR]
  34. [ERROR] -----------------------------------------------------
  35. [ERROR] : org.apache.maven.shared.filtering.MavenFilteringException
  36. [ERROR] -> [Help 1]
  37. [ERROR]
  38. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  39. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  40. [ERROR]
  41. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  42. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
  43. [ERROR]
  44. [ERROR] After correcting the problems, you can resume the build with the command
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement