Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-standalone (STAND-100)
  2. $ git status
  3. On branch STAND-100
  4. Your branch is up to date with 'origin/STAND-100'.
  5.  
  6. Changes to be committed:
  7. (use "git reset HEAD <file>..." to unstage)
  8.  
  9. modified: pom.xml
  10.  
  11.  
  12. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-standalone (STAND-100)
  13. $ mvn clean install
  14. [INFO] Scanning for projects...
  15. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  16. [ERROR] 'dependencies.dependency.version' for org.openmrs.api:openmrs-api:jar must be a valid version but is '${openmrs.version}'. @ line 24, column 13
  17. [ERROR] 'dependencies.dependency.version' for org.openmrs.distro:platform:war must be a valid version but is '${openmrs.version}'. @ line 31, column 13
  18. [ERROR] 'build.plugins.plugin[org.liquibase:liquibase-maven-plugin].dependencies.dependency.version' for org.openmrs.api:openmrs-api:jar must be a valid version but is '${openmrs.version}'. @ line 543, column 17
  19. [ERROR] 'build.plugins.plugin[org.apache.maven.plugins:maven-dependency-plugin].dependencies.dependency.version' for org.openmrs.distro:platform:war must be a valid version but is '${openmrs.version}'. @ line 529, column 17
  20. @
  21. [ERROR] The build could not read 1 project -> [Help 1]
  22. [ERROR]
  23. [ERROR] The project org.openmrs:standalone:2.0.0-SNAPSHOT (C:\Users\JULIE\OpenMRS-Tickets\openmrs-standalone\pom.xml) has 4 errors
  24. [ERROR] 'dependencies.dependency.version' for org.openmrs.api:openmrs-api:jar must be a valid version but is '${openmrs.version}'. @ line 24, column 13
  25. [ERROR] 'dependencies.dependency.version' for org.openmrs.distro:platform:war must be a valid version but is '${openmrs.version}'. @ line 31, column 13
  26. [ERROR] 'build.plugins.plugin[org.liquibase:liquibase-maven-plugin].dependencies.dependency.version' for org.openmrs.api:openmrs-api:jar must be a valid version but is '${openmrs.version}'. @ line 543, column 17
  27. [ERROR] 'build.plugins.plugin[org.apache.maven.plugins:maven-dependency-plugin].dependencies.dependency.version' for org.openmrs.distro:platform:war must be a valid version but is '${openmrs.version}'. @ line 529, column 17
  28. [ERROR]
  29. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  30. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  31. [ERROR]
  32. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  33. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
  34.  
  35. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-standalone (STAND-100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement