I always wondered what "TODO tickets" were until I just discovered there's
a JIRA project called TODO.. anyway...

I just mavenized the SDMX-HD Integration module. This has two dependencies
that need to end up in a Maven repository

1. Reporting - is there a plan for this to be mavenized? In the interim I
put the .omod in my local repo as follows

mvn install:install-file -DgroupId=org.openmrs.module
-DartifactId=reporting -Dversion=0.7.0 -Dfile=reporting-0.7.0.omod
-Dpackaging=jar -DgeneratePom=true

2. Jembi's SDMX-HD library. I assume this can belong in the OpenMRS maven
repo? I've created a TODO and attached the JAR that was bundled in this
module. Maybe Ryan or someone from Jembi should comment on whether these
POM fields work for them:

<dependency>
  <groupId>jembi</groupId>
  <artifactId>sdmx-hd</artifactId>
  <version>0.3.2</version>
</dependency>

https://tickets.openmrs.org/browse/TODO-30

Rowan

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

Reply via email to