Advertisement
Guest User

mvn clean install openmrs-sdk:run -DserverId=your_server_id

a guest
Mar 25th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. -------------------------------------------------------
  2. T E S T S
  3. -------------------------------------------------------
  4. Running org.openmrs.MessagePropertiesFilesTest
  5. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.openmrs.MessagePropertiesFilesTest
  6.  
  7. Results :
  8.  
  9. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  10.  
  11. [INFO]
  12. [INFO] --- maven-war-plugin:2.4:war (default-war) @ openmrs-webapp ---
  13. [INFO] Packaging webapp
  14. [INFO] Assembling webapp [openmrs-webapp] in [C:\MyOpenMRS\openmrs-core\webapp\target\openmrs]
  15. [INFO] Processing war project
  16. [INFO] Copying webapp webResources [C:\MyOpenMRS\openmrs-core\webapp\src/main/webapp] to [C:\MyOpenMRS\openmrs-core\webapp\target\openmrs]
  17. [INFO] Copying webapp resources [C:\MyOpenMRS\openmrs-core\webapp\src\main\webapp]
  18. [INFO] Webapp assembled in [77451 msecs]
  19. [INFO] Building war: C:\MyOpenMRS\openmrs-core\webapp\target\openmrs.war
  20. [INFO]
  21. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-webapp ---
  22. [INFO] Building jar: C:\MyOpenMRS\openmrs-core\webapp\target\openmrs-tests.jar
  23. [INFO]
  24. [INFO] --- license-maven-plugin:2.6:check (default) @ openmrs-webapp ---
  25. [INFO] Checking licenses...
  26. [INFO]
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Skipping openmrs-webapp
  29. [INFO] This project has been banned from the build due to previous failures.
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] BUILD FAILURE
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] Total time: 02:49 min
  35. [INFO] Finished at: 2020-03-25T12:20:32+03:00
  36. [INFO] ------------------------------------------------------------------------
  37. [ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.6:check (default) on project openmrs-webapp: Resource license-header.txt not found in file system, classpath or URL: no protocol: license-header.txt -> [Help 1]
  38. [ERROR]
  39. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  43. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement