Advertisement
Guest User

Untitled

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