2014-02-17 17:58:32 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-09-03 18:03:44 -04:00
|
|
|
<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">
|
2014-02-17 17:58:32 -05:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.sonatype.oss</groupId>
|
|
|
|
<artifactId>oss-parent</artifactId>
|
2014-04-22 08:58:28 -04:00
|
|
|
<version>7</version>
|
2014-02-17 17:58:32 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-fhir</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2014-09-11 16:57:45 -04:00
|
|
|
<version>0.7-SNAPSHOT</version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<name>HAPI-FHIR</name>
|
2014-04-24 12:25:47 -04:00
|
|
|
<url>http://hl7api.sourceforge.net/hapi-fhir/</url>
|
2014-05-11 21:46:36 -04:00
|
|
|
|
2014-04-24 12:25:47 -04:00
|
|
|
<organization>
|
|
|
|
<name>University Health Network</name>
|
|
|
|
<url>http://www.uhn.ca</url>
|
|
|
|
</organization>
|
2014-05-11 21:46:36 -04:00
|
|
|
|
2014-04-24 12:25:47 -04:00
|
|
|
<inceptionYear>2014</inceptionYear>
|
2014-05-11 21:46:36 -04:00
|
|
|
|
2014-08-28 09:44:04 -04:00
|
|
|
<issueManagement>
|
|
|
|
<system>GitHub</system>
|
|
|
|
<url>https://github.com/jamesagnew/hapi-fhir/issues/</url>
|
|
|
|
</issueManagement>
|
2014-09-03 18:03:44 -04:00
|
|
|
|
2014-08-28 09:44:04 -04:00
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git@github.com:jamesagnew/hapi-fhir.git</connection>
|
|
|
|
<url>scm:git:git@github.com:jamesagnew/hapi-fhir.git</url>
|
|
|
|
<developerConnection>scm:git:git@github.com:jamesagnew/hapi-fhir.git</developerConnection>
|
|
|
|
</scm>
|
2014-09-03 18:03:44 -04:00
|
|
|
|
2014-02-17 17:58:32 -05:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
2014-09-03 18:03:44 -04:00
|
|
|
<prerequisites>
|
|
|
|
<maven>3.0.1</maven>
|
|
|
|
</prerequisites>
|
|
|
|
|
2014-04-23 15:24:31 -04:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>James Agnew</name>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Dmitri Sotnikov</name>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Lisa Wong</name>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Josh Mandel</name>
|
|
|
|
<url></url>
|
|
|
|
</developer>
|
2014-07-02 08:57:07 -04:00
|
|
|
<developer>
|
|
|
|
<name>Laura MacDougall Sookraj</name>
|
|
|
|
<url></url>
|
|
|
|
</developer>
|
2014-04-23 15:24:31 -04:00
|
|
|
</developers>
|
|
|
|
|
2014-03-24 08:32:28 -04:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache Software License 2.0</name>
|
|
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
2014-02-17 17:58:32 -05:00
|
|
|
<modules>
|
|
|
|
<module>hapi-fhir-base</module>
|
2014-09-08 09:27:02 -04:00
|
|
|
<module>hapi-fhir-oauth2</module>
|
2014-08-16 17:46:30 -04:00
|
|
|
<module>hapi-fhir-base/examples</module>
|
2014-09-16 12:05:44 -04:00
|
|
|
<module>hapi-fhir-base/testmindeps</module>
|
2014-03-03 18:22:14 -05:00
|
|
|
<module>hapi-tinder-plugin</module>
|
2014-03-24 08:32:28 -04:00
|
|
|
<module>hapi-tinder-test</module>
|
2014-04-02 18:42:16 -04:00
|
|
|
<module>hapi-fhir-structures-dstu</module>
|
2014-05-05 08:57:43 -04:00
|
|
|
<module>hapi-fhir-jpaserver-base</module>
|
|
|
|
<module>hapi-fhir-jpaserver-test</module>
|
2014-05-11 21:46:36 -04:00
|
|
|
<module>restful-server-example</module>
|
2014-09-04 18:03:19 -04:00
|
|
|
<module>restful-server-example-test</module>
|
2014-07-02 08:57:07 -04:00
|
|
|
<module>hapi-fhir-testpage-overlay</module>
|
2014-07-13 21:59:41 -04:00
|
|
|
<module>hapi-fhir-jpaserver-uhnfhirtest</module>
|
2014-02-17 17:58:32 -05:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<properties>
|
2014-09-03 18:03:44 -04:00
|
|
|
<commons_lang_version>3.3.2</commons_lang_version>
|
2014-09-04 18:03:19 -04:00
|
|
|
<derby_version>10.11.1.1</derby_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<guava_version>18.0</guava_version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<hamcrest_version>1.3</hamcrest_version>
|
|
|
|
<hibernate_version>4.2.12.Final</hibernate_version>
|
|
|
|
<hibernate_validator_version>5.1.0.Final</hibernate_validator_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<jetty_version>9.2.2.v20140723</jetty_version>
|
2014-07-31 18:06:04 -04:00
|
|
|
<jscience_version>4.3.1</jscience_version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<junit_version>4.11</junit_version>
|
2014-09-04 18:03:19 -04:00
|
|
|
<logback_version>1.1.2</logback_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<maven_assembly_plugin_version>2.4.1</maven_assembly_plugin_version>
|
2014-03-04 18:25:52 -05:00
|
|
|
<maven_javadoc_plugin_version>2.9.1</maven_javadoc_plugin_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<maven_license_plugin_version>1.7</maven_license_plugin_version>
|
2014-09-03 12:57:17 -04:00
|
|
|
<maven_surefire_plugin_version>2.17</maven_surefire_plugin_version>
|
2014-08-08 07:33:12 -04:00
|
|
|
<maven_site_plugin_version>3.4</maven_site_plugin_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<maven_source_plugin_version>2.3</maven_source_plugin_version>
|
2014-07-31 18:06:04 -04:00
|
|
|
<mitreid-connect-version>1.1.8</mitreid-connect-version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<mockito_version>1.9.5</mockito_version>
|
2014-08-23 16:40:26 -04:00
|
|
|
<phloc_schematron_version>2.7.1</phloc_schematron_version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2014-09-04 18:03:19 -04:00
|
|
|
<servlet_api_version>3.1.0</servlet_api_version>
|
2014-07-18 17:49:14 -04:00
|
|
|
<slf4j_version>1.7.7</slf4j_version>
|
2014-09-04 18:03:19 -04:00
|
|
|
<spring_version>4.1.0.RELEASE</spring_version>
|
2014-07-31 18:06:04 -04:00
|
|
|
<spring_security_version>3.2.4.RELEASE</spring_security_version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<thymeleaf-version>2.1.3.RELEASE</thymeleaf-version>
|
2014-08-08 07:33:12 -04:00
|
|
|
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<woodstox_version>4.4.0</woodstox_version>
|
2014-02-17 17:58:32 -05:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
<configuration>
|
2014-03-05 17:35:06 -05:00
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
2014-02-17 17:58:32 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-09-03 12:57:17 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>${maven_surefire_plugin_version}</version>
|
|
|
|
<configuration>
|
|
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
2014-09-04 18:03:19 -04:00
|
|
|
<runOrder>random</runOrder>
|
2014-09-03 12:57:17 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-03-24 08:32:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>${maven_site_plugin_version}</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2014-05-11 21:46:36 -04:00
|
|
|
<configuration>
|
|
|
|
<skip>true</skip>
|
|
|
|
<skipDeploy>true</skipDeploy>
|
|
|
|
</configuration>
|
2014-03-24 08:32:28 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>2.8.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>${maven_javadoc_plugin_version}</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2014-09-03 18:03:44 -04:00
|
|
|
<version>${maven_source_plugin_version}</version>
|
2014-03-24 08:32:28 -04:00
|
|
|
</plugin>
|
2014-04-24 12:25:47 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
2014-09-03 18:03:44 -04:00
|
|
|
<version>${maven_license_plugin_version}</version>
|
2014-04-24 12:25:47 -04:00
|
|
|
<configuration>
|
2014-09-03 18:03:44 -04:00
|
|
|
<verbose>true</verbose>
|
2014-04-24 12:25:47 -04:00
|
|
|
<addSvnKeyWords>false</addSvnKeyWords>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-09-03 18:03:44 -04:00
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings
|
|
|
|
only. It has no influence on the Maven build itself. -->
|
|
|
|
<!-- <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions>
|
|
|
|
<pluginExecution> <pluginExecutionFilter> <groupId> org.apache.maven.plugins
|
|
|
|
</groupId> <artifactId> maven-antrun-plugin </artifactId> <versionRange>
|
|
|
|
[1.7,) </versionRange> <goals> <goal>run</goal> </goals> </pluginExecutionFilter>
|
|
|
|
<action> <ignore></ignore> </action> </pluginExecution> </pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata> </configuration> </plugin> -->
|
2014-02-17 17:58:32 -05:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2014-04-22 08:58:28 -04:00
|
|
|
|
2014-02-17 17:58:32 -05:00
|
|
|
</build>
|
2014-03-24 08:32:28 -04:00
|
|
|
|
2014-04-24 07:24:27 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>SIGN_ARTIFACTS</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>gpg.passphrase</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>1.5</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2014-03-24 08:32:28 -04:00
|
|
|
|
2014-02-17 17:58:32 -05:00
|
|
|
</project>
|