Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4.  
  5. <groupId>org.openmrs.module</groupId>
  6. <artifactId>exportccd</artifactId>
  7. <version>1.0</version>
  8. <packaging>pom</packaging>
  9. <name>Export CCD Module</name>
  10. <description>Export the patient summary in CCD Format</description>
  11. <url>https://wiki.openmrs.org/display/docs/Export+CCD+Module+Module</url>
  12.  
  13. <developers>
  14. <developer>
  15. <name>Deepa Ganu</name>
  16. </developer>
  17. </developers>
  18.  
  19. <organization>
  20. <name>OpenMRS</name>
  21. <url>http://openmrs.org</url>
  22. </organization>
  23.  
  24. <scm>
  25. <connection>scm:svn:https://svn.openmrs.org/openmrs-modules/ExportCCD/trunk/</connection>
  26. <developerConnection>scm:svn:https://svn.openmrs.org/openmrs-modules/ExportCCD/trunk/</developerConnection>
  27. <url>https://svn.openmrs.org/openmrs-modules/ExportCCD/trunk/</url>
  28. </scm>
  29.  
  30. <modules>
  31. <module>api</module>
  32. <module>omod</module>
  33. </modules>
  34.  
  35. <properties>
  36. <openMRSVersion>1.9.0</openMRSVersion>
  37. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  38. </properties>
  39.  
  40. <dependencyManagement>
  41. <dependencies>
  42.  
  43. <!--
  44. Libraries to add as dependencies with compile or runtime scope:
  45. Find matching dependencies in the maven central repository.
  46. <dependency>
  47. <groupId>org.other.library</groupId>
  48. <artifactId>library-name</artifactId>
  49. <version>library.version</version>
  50. <scope>compile</scope>
  51. </dependency>
  52. -->
  53.  
  54.  
  55.  
  56. <!-- Begin OpenMRS core -->
  57.  
  58. <dependency>
  59. <groupId>org.openmrs.api</groupId>
  60. <artifactId>openmrs-api</artifactId>
  61. <version>${openMRSVersion}</version>
  62. <type>jar</type>
  63. <scope>provided</scope>
  64. </dependency>
  65.  
  66. <dependency>
  67. <groupId>org.openmrs.web</groupId>
  68. <artifactId>openmrs-web</artifactId>
  69. <version>${openMRSVersion}</version>
  70. <type>jar</type>
  71. <scope>provided</scope>
  72. </dependency>
  73.  
  74. <dependency>
  75. <groupId>org.openmrs.api</groupId>
  76. <artifactId>openmrs-api</artifactId>
  77. <version>${openMRSVersion}</version>
  78. <type>test-jar</type>
  79. <scope>test</scope>
  80. </dependency>
  81.  
  82. <dependency>
  83. <groupId>org.openmrs.web</groupId>
  84. <artifactId>openmrs-web</artifactId>
  85. <version>${openMRSVersion}</version>
  86. <type>test-jar</type>
  87. <scope>test</scope>
  88. </dependency>
  89.  
  90. <dependency>
  91. <groupId>org.openmrs.test</groupId>
  92. <artifactId>openmrs-test</artifactId>
  93. <version>${openMRSVersion}</version>
  94. <type>pom</type>
  95. <scope>test</scope>
  96. </dependency>
  97.  
  98. <!-- End OpenMRS core -->
  99. <dependency>
  100. <groupId>net.sourceforge.lpg</groupId>
  101. <artifactId>lpgjavaruntime</artifactId>
  102. <version>1.1.0.v200803061910</version>
  103. </dependency>
  104.  
  105. <dependency>
  106. <groupId>org.eclipse.emf.ecore</groupId>
  107. <artifactId>xmi</artifactId>
  108. <version>2.5.0.v200906151043</version>
  109. </dependency>
  110.  
  111.  
  112. <dependency>
  113. <groupId>org.eclipse</groupId>
  114. <artifactId>ocl</artifactId>
  115. <version>1.3.0.v200905271400</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.eclipse.emf</groupId>
  119. <artifactId>common</artifactId>
  120. <version>2.5.0.v200906151043</version>
  121. </dependency>
  122.  
  123.  
  124.  
  125.  
  126. <!-- Changed this to use r1.0 version -->
  127. <dependency>
  128. <groupId>org.openhealthtools.mdht.uml.cda.ccd</groupId>
  129. <artifactId>source</artifactId>
  130. <version>1.0.0.201109121753</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.openhealthtools.mdht.uml.cda</groupId>
  134. <artifactId>ccd</artifactId>
  135. <version>1.0.0.201109121753</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.openhealthtools.mdht.uml.cda.cdt</groupId>
  139. <artifactId>source</artifactId>
  140. <version>1.0.0.201109121753</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.openhealthtools.mdht.uml.cda</groupId>
  144. <artifactId>cdt</artifactId>
  145. <version>1.0.0.201109121753</version>
  146. </dependency>
  147.  
  148. <dependency>
  149. <groupId>org.openhealthtools.mdht.uml.cda</groupId>
  150. <artifactId>hitsp</artifactId>
  151. <version>1.0.0.201109121753</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.openhealthtools.mdht.uml.cda.ihe</groupId>
  155. <artifactId>source</artifactId>
  156. <version>1.0.0.201109121753</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.openhealthtools.mdht.uml.cda</groupId>
  160. <artifactId>ihe</artifactId>
  161. <version>1.0.0.201109121753</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.openhealthtools.mdht.uml.cda.toc.domain</groupId>
  165. <artifactId>source</artifactId>
  166. <version>1.0.0.201109121753</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>org.openhealthtools.mdht.uml.cda.toc</groupId>
  170. <artifactId>domain</artifactId>
  171. <version>1.0.0.201109121753</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>org.openhealthtools.mdht.uml.cda.toc</groupId>
  175. <artifactId>source</artifactId>
  176. <version>1.0.0.201109121753</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.openhealthtools.mdht.uml.cda</groupId>
  180. <artifactId>toc</artifactId>
  181. <version>1.0.0.201109121753</version>
  182. </dependency>
  183.  
  184. <dependency>
  185. <groupId>org.openhealthtools.mdht.uml</groupId>
  186. <artifactId>cda</artifactId>
  187. <version>1.0.0.201109121753</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>org.openhealthtools.mdht.uml.hl7</groupId>
  191. <artifactId>datatypes</artifactId>
  192. <version>1.0.0.201109121753</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>org.openhealthtools.mdht.uml.hl7</groupId>
  196. <artifactId>rim</artifactId>
  197. <version>1.0.0.201109121753</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.openhealthtools.mdht.uml.hl7</groupId>
  201. <artifactId>vocab</artifactId>
  202. <version>1.0.0.201109121753</version>
  203. </dependency>
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219. </dependencies>
  220. </dependencyManagement>
  221.  
  222. <build>
  223. <pluginManagement>
  224. <plugins>
  225. <plugin>
  226. <groupId>org.apache.maven.plugins</groupId>
  227. <artifactId>maven-compiler-plugin</artifactId>
  228. <configuration>
  229. <target>1.6</target>
  230. <source>1.6</source>
  231. </configuration>
  232. </plugin>
  233. <plugin>
  234. <groupId>org.openmrs.maven.plugins</groupId>
  235. <artifactId>maven-openmrs-plugin</artifactId>
  236. <version>1.0.1</version>
  237. </plugin>
  238. <plugin>
  239. <groupId>org.apache.maven.plugins</groupId>
  240. <artifactId>maven-dependency-plugin</artifactId>
  241. <version>2.4</version>
  242. </plugin>
  243. </plugins>
  244. </pluginManagement>
  245. </build>
  246.  
  247. <repositories>
  248. <repository>
  249. <id>openmrs-repo</id>
  250. <name>OpenMRS Nexus Repository</name>
  251. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  252. </repository>
  253. <repository>
  254. <id>openmrs-repo-third</id>
  255. <name>OpenMRS Nexus Repository</name>
  256. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty</url>
  257. </repository>
  258. </repositories>
  259.  
  260. <pluginRepositories>
  261. <pluginRepository>
  262. <id>openmrs-repo</id>
  263. <name>OpenMRS Nexus Repository</name>
  264. <url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
  265. <snapshots>
  266. <enabled>false</enabled>
  267. </snapshots>
  268. </pluginRepository>
  269. </pluginRepositories>
  270.  
  271. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement