@herbert24 what are you trying to do? are you developing some feature on standalone??
however reading from the logs,your build is facing version conflicts so try to look into that also
am working on some ticket that involves making some changes on the stand alone
okie let me try to look through the versions
have you considered version conflicts as per your mvn error log?
am having apache-maven-3.3.9 and cloning my stand alone from https://github.com/openmrs/openmrs-standalone
not maven version,JDK-Openmrs versions is what i meant…
i have java version "1.8.0_111"
still getting the same error @tendo
C:\openmrs stand alone\openmrs-standalone>mvn clean install Java HotSpot™ Client VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 [INFO] Scanning for projects… [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] ‘dependencies.dependency.version’ for org.openmrs.api:openmrs-api:jar must be a valid version but is ‘${openmrs.version}’. @ line 24, column 13 [ERROR] ‘dependencies.dependency.version’ for org.openmrs.distro:platform:war must be a valid version but is ‘${openmrs.version}’. @ line 31, column 13 [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 [ERROR] ‘build.plugins.plugin[org.apache.maven.plugins:maven-dependency-plugin].dependencies.dependency.version’ for org.openmrs.distro:platform:war must be a v alid version but is ‘${openmrs.version}’. @ line 529, column 17 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.openmrs:standalone:2.0.0-SNAPSHOT (C:\openmrs stand alone\openmrs-standalone\pom.xml) has 4 errors [ERROR] ‘dependencies.dependency.version’ for org.openmrs.api:openmrs-api:jar must be a valid version but is ‘${openmrs.version}’. @ line 24, column 13 [ERROR] ‘dependencies.dependency.version’ for org.openmrs.distro:platform:war must be a valid version but is ‘${openmrs.version}’. @ line 31, column 13 [ERROR] ‘build.plugins.plugin[org.liquibase:liquibase-maven-plugin].dependencies.dependency.version’ for org.openmrs.api:openmrs-api:jar must be a valid ver sion but is ‘${openmrs.version}’. @ line 543, column 17 [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 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
@herbert24 try editing the pom.xml and alter the openmrs version log suggests incompatibility…after that re-run mvn clean install
okie thanks