Is there an maven repository for the mdth releases 2.5.11.201510242133? or are these jars the in the cda eclipse developer the latest release?
org.openhealthtools.mdht.emf.runtime_2.5.12.jar
org.openhealthtools.mdht.uml.cda_2.5.12.jar
org.openhealthtools.mdht.uml.hl7.datatypes_2.5.12.jar
org.openhealthtools.mdht.uml.hl7.rim_2.5.12.jar
org.openhealthtools.mdht.uml.hl7.vocab_2.5.12.jar
org.openhealthtools.mdht.uml.cda.ccd.jar
org.openhealthtools.mdht.uml.cda.cdt.jar
org.openhealthtools.mdht.uml.cda.ihe.jar
if it try to build the models by myself from the trunk/github with maven i get the following error:
workspace_mdht2/org.openhealthtools.mdht.uml.cda.ihe
mvn install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.openhealthtools.mdht.cda:org.openhealthtools.mdht.uml.cda.ihe:2.5.7-SNAPSHOT: Could not find artifact org.openhealthtools.mdht.cda:org.openhealthtools.mdht.cda.generated:pom:2.5.7-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.openhealthtools.mdht.cda:org.openhealthtools.mdht.uml.cda.ihe:2.5.7-SNAPSHOT (/Users/oliveregger/Documents/workspace_mdht2/org.openhealthtools.mdht.uml.cda.ihe/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.openhealthtools.mdht.cda:org.openhealthtools.mdht.uml.cda.ihe:2.5.7-SNAPSHOT: Could not find artifact org.openhealthtools.mdht.cda:org.openhealthtools.mdht.cda.generated:pom:2.5.7-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2]
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
any help or pointers greatly appreciated!
oliver