207 lines
5.5 KiB
XML
207 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
|
|
<parent>
|
|
<groupId>org.sonatype.oss</groupId>
|
|
<artifactId>oss-parent</artifactId>
|
|
<version>7</version>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
<artifactId>hapi-fhir</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>0.5-SNAPSHOT</version>
|
|
<name>HAPI-FHIR</name>
|
|
<url>http://hl7api.sourceforge.net/hapi-fhir/</url>
|
|
|
|
<organization>
|
|
<name>University Health Network</name>
|
|
<url>http://www.uhn.ca</url>
|
|
</organization>
|
|
|
|
<inceptionYear>2014</inceptionYear>
|
|
|
|
<description>
|
|
</description>
|
|
|
|
<dependencies>
|
|
</dependencies>
|
|
|
|
<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>
|
|
<developer>
|
|
<name>Laura MacDougall Sookraj</name>
|
|
<url></url>
|
|
</developer>
|
|
</developers>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>Apache Software License 2.0</name>
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
</license>
|
|
</licenses>
|
|
|
|
<modules>
|
|
<module>hapi-fhir-base</module>
|
|
<module>hapi-tinder-plugin</module>
|
|
<module>hapi-tinder-test</module>
|
|
<module>hapi-fhir-structures-dstu</module>
|
|
<module>hapi-fhir-jpaserver-base</module>
|
|
<module>hapi-fhir-jpaserver-test</module>
|
|
<module>restful-server-example</module>
|
|
<module>hapi-fhir-testpage-overlay</module>
|
|
<module>hapi-fhir-jpaserver-uhnfhirtest</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<derby_version>10.10.2.0</derby_version>
|
|
<guava_version>14.0.1</guava_version>
|
|
<hamcrest_version>1.3</hamcrest_version>
|
|
<hibernate_version>4.2.12.Final</hibernate_version>
|
|
<hibernate_validator_version>5.1.0.Final</hibernate_validator_version>
|
|
<jetty_version>9.1.1.v20140108</jetty_version>
|
|
<jetty_version>9.1.1.v20140108</jetty_version>
|
|
<junit_version>4.11</junit_version>
|
|
<logback-version>1.1.1</logback-version>
|
|
<maven_javadoc_plugin_version>2.9.1</maven_javadoc_plugin_version>
|
|
<maven_site_plugin_version>3.3</maven_site_plugin_version>
|
|
<mockito_version>1.9.5</mockito_version>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<slf4j_version>1.7.2</slf4j_version>
|
|
<spring_version>4.0.1.RELEASE</spring_version>
|
|
<thymeleaf-version>2.1.3.RELEASE</thymeleaf-version>
|
|
</properties>
|
|
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.1</version>
|
|
<configuration>
|
|
<source>1.6</source>
|
|
<target>1.6</target>
|
|
</configuration>
|
|
</plugin>
|
|
<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>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
<skipDeploy>true</skipDeploy>
|
|
</configuration>
|
|
</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>
|
|
<version>2.2.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>license-maven-plugin</artifactId>
|
|
<version>1.6</version>
|
|
<configuration>
|
|
<verbose>false</verbose>
|
|
<addSvnKeyWords>false</addSvnKeyWords>
|
|
</configuration>
|
|
</plugin>
|
|
<!--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>
|
|
</plugins>
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
<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>
|
|
|
|
</project>
|