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-10-23 08:12:58 -04:00
|
|
|
<version>9</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>
|
2015-07-14 18:08:06 -04:00
|
|
|
<version>1.2-SNAPSHOT</version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<name>HAPI-FHIR</name>
|
2015-04-30 09:36:14 -04:00
|
|
|
<url>http://jamesagnew.github.io/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-11-07 14:26:59 -05:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>git.server</id>
|
|
|
|
<url>scm:git:git@github.com:jamesagnew/hapi-fhir.git</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
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>
|
2015-08-19 08:52:37 -04:00
|
|
|
<!--
|
|
|
|
Cobertura is here as a 'provided' depdendency just to get the
|
|
|
|
@CoverageIgnore annotation. It would be nice if there was a better way
|
|
|
|
for this..
|
|
|
|
-->
|
2015-08-19 08:07:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sourceforge.cobertura</groupId>
|
|
|
|
<artifactId>cobertura</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jetty</artifactId>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2014-02-17 17:58:32 -05:00
|
|
|
</dependencies>
|
|
|
|
|
2014-09-03 18:03:44 -04:00
|
|
|
<prerequisites>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!-- TODO: the version number here should probably be either 3.2 or 3.3.
|
|
|
|
Check and fix -->
|
2014-09-03 18:03:44 -04:00
|
|
|
<maven>3.0.1</maven>
|
|
|
|
</prerequisites>
|
2014-10-30 13:57:29 -04:00
|
|
|
|
2014-04-23 15:24:31 -04:00
|
|
|
<developers>
|
|
|
|
<developer>
|
2014-09-26 09:37:41 -04:00
|
|
|
<id>jamesagnew</id>
|
2014-04-23 15:24:31 -04:00
|
|
|
<name>James Agnew</name>
|
2014-09-26 09:37:41 -04:00
|
|
|
<organization>University Health Network</organization>
|
2014-04-23 15:24:31 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Dmitri Sotnikov</name>
|
2014-09-26 09:37:41 -04:00
|
|
|
<organization>University Health Network</organization>
|
2014-04-23 15:24:31 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Lisa Wong</name>
|
2014-09-26 09:37:41 -04:00
|
|
|
<organization>University Health Network</organization>
|
2014-04-23 15:24:31 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Josh Mandel</name>
|
2014-09-18 17:13:43 -04:00
|
|
|
<organization>Boston Children's Hospital</organization>
|
2014-04-23 15:24:31 -04:00
|
|
|
</developer>
|
2014-07-02 08:57:07 -04:00
|
|
|
<developer>
|
2014-11-14 10:52:38 -05:00
|
|
|
<id>lmds</id>
|
2014-07-02 08:57:07 -04:00
|
|
|
<name>Laura MacDougall Sookraj</name>
|
2014-09-26 09:37:41 -04:00
|
|
|
<organization>University Health Network</organization>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Neal Acharya</name>
|
|
|
|
<organization>University Health Network</organization>
|
2014-09-18 17:13:43 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>David Hay</name>
|
|
|
|
<organization>Orion Health</organization>
|
|
|
|
</developer>
|
2015-02-05 14:04:16 -05:00
|
|
|
<developer>
|
|
|
|
<id>sweetnavelorange</id>
|
|
|
|
<name>James Butler</name>
|
|
|
|
<organization>Orion Health</organization>
|
|
|
|
</developer>
|
2014-09-18 17:13:43 -04:00
|
|
|
<developer>
|
|
|
|
<id>suranga</id>
|
|
|
|
<name>Suranga Nath Kasthurirathne</name>
|
2014-09-26 09:37:41 -04:00
|
|
|
<organization>OpenMRS / Regenstrief Center for Biomedical Informatics</organization>
|
2014-09-18 17:13:43 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>dougmartin</id>
|
|
|
|
<name>Doug Martin</name>
|
|
|
|
<organization>Regenstrief Center for Biomedical Informatics</organization>
|
2014-07-02 08:57:07 -04:00
|
|
|
</developer>
|
2014-09-26 09:37:41 -04:00
|
|
|
<developer>
|
|
|
|
<id>akley</id>
|
|
|
|
<name>Alexander Kley</name>
|
|
|
|
</developer>
|
2014-10-17 16:03:33 -04:00
|
|
|
<developer>
|
|
|
|
<id>preston</id>
|
|
|
|
<name>Preston Lee</name>
|
|
|
|
<organization>Arizona State University</organization>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
2014-11-20 16:29:10 -05:00
|
|
|
<id>jjathman</id>
|
2014-10-17 16:03:33 -04:00
|
|
|
<name>Joe Athman</name>
|
|
|
|
</developer>
|
2014-10-17 16:39:47 -04:00
|
|
|
<developer>
|
|
|
|
<id>petromykhailysyn</id>
|
|
|
|
<name>Petro Mykhailyshyn</name>
|
|
|
|
</developer>
|
2014-11-20 14:42:24 -05:00
|
|
|
<developer>
|
|
|
|
<id>tahurac</id>
|
|
|
|
<name>Tahura Chaudhry</name>
|
|
|
|
<organization>University Health Network</organization>
|
|
|
|
</developer>
|
2014-12-10 10:24:04 -05:00
|
|
|
<developer>
|
|
|
|
<id>b.debeaubien</id>
|
|
|
|
<name>Bill de Beaubien</name>
|
|
|
|
<organization>Systems Made Simple</organization>
|
|
|
|
</developer>
|
2015-02-03 10:39:54 -05:00
|
|
|
<developer>
|
|
|
|
<id>twilson650</id>
|
|
|
|
<name>Tom Wilson</name>
|
|
|
|
</developer>
|
2015-02-09 10:07:53 -05:00
|
|
|
<developer>
|
|
|
|
<id>esteban-aliverti</id>
|
|
|
|
<name>Esteban Aliverti</name>
|
|
|
|
</developer>
|
2015-02-24 07:49:31 -05:00
|
|
|
<developer>
|
|
|
|
<id>mochaholic</id>
|
|
|
|
<name>Mohammad Jafari</name>
|
|
|
|
<organization>Edmond Scientific Company</organization>
|
|
|
|
</developer>
|
2015-05-04 13:02:50 -04:00
|
|
|
<developer>
|
|
|
|
<id>joel-costigliola</id>
|
|
|
|
<name>Joel Costigliola</name>
|
|
|
|
<organization>JCOS-Technologies</organization>
|
|
|
|
</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
|
|
|
<properties>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!-- This property is used in some of the site documentation where the
|
|
|
|
version is shown, so that we can deploy the site even if the project is on
|
|
|
|
a snapshot version. -->
|
2015-07-15 08:37:56 -04:00
|
|
|
<hapi_stable_version>1.1</hapi_stable_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
|
2014-10-30 13:57:29 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2015-06-21 22:10:13 -04:00
|
|
|
|
2014-10-30 13:57:29 -04:00
|
|
|
<!-- For site-deploy -->
|
|
|
|
<siteMainDirectory>${user.home}/sites/hapi-fhir</siteMainDirectory>
|
|
|
|
<scmPubCheckoutDirectory>${user.home}/sites/scm/hapi-fhir</scmPubCheckoutDirectory>
|
|
|
|
|
2015-08-16 22:09:01 -04:00
|
|
|
<!-- Dependency Versions -->
|
2015-03-17 08:11:42 -04:00
|
|
|
<apache_httpclient_version>4.4</apache_httpclient_version>
|
2014-12-23 09:42:16 -05:00
|
|
|
<apache_httpcore_version>4.4</apache_httpcore_version>
|
|
|
|
<commons_io_version>2.4</commons_io_version>
|
2014-09-03 18:03:44 -04:00
|
|
|
<commons_lang_version>3.3.2</commons_lang_version>
|
2014-12-23 09:42:16 -05:00
|
|
|
<commons_codec_version>1.10</commons_codec_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>
|
2015-01-29 14:37:55 -05:00
|
|
|
<hamcrest_version>2.0.0.0</hamcrest_version>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!-- Note on Hibernate versions: Hibernate 4.3+ uses JPA 2.1, which is
|
|
|
|
too new for a number of platforms including JBoss EAP 6.x and Glassfish 3.0.
|
|
|
|
Upgrade this version with caution! Also note that if you change this, you
|
|
|
|
may get a failure in hibernate4-maven-plugin. See the note in hapi-fhir-jpaserver-base/pom.xml's
|
|
|
|
configuration for that plugin... <hibernate_version>4.3.7.Final</hibernate_version> -->
|
2015-01-09 16:15:55 -05:00
|
|
|
<hibernate_version>4.2.17.Final</hibernate_version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<hibernate_validator_version>5.1.0.Final</hibernate_validator_version>
|
2014-12-23 09:42:16 -05:00
|
|
|
<jetty_version>9.2.6.v20141205</jetty_version>
|
2014-07-31 18:06:04 -04:00
|
|
|
<jscience_version>4.3.1</jscience_version>
|
2014-12-23 09:42:16 -05:00
|
|
|
<junit_version>4.12</junit_version>
|
2014-09-04 18:03:19 -04:00
|
|
|
<logback_version>1.1.2</logback_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<maven_antrun_plugin_version>1.8</maven_antrun_plugin_version>
|
2015-03-26 11:57:07 -04:00
|
|
|
<maven_build_helper_plugin_version>1.9.1</maven_build_helper_plugin_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<maven_assembly_plugin_version>2.5.3</maven_assembly_plugin_version>
|
2015-02-16 14:17:29 -05:00
|
|
|
<maven_failsafe_plugin_version>2.18.1</maven_failsafe_plugin_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<maven_gpg_plugin_version>1.6</maven_gpg_plugin_version>
|
2014-11-11 17:14:05 -05:00
|
|
|
<maven_javadoc_plugin_version>2.10.1</maven_javadoc_plugin_version>
|
2015-02-03 17:53:22 -05:00
|
|
|
<maven_jxr_plugin_version>2.5</maven_jxr_plugin_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<maven_license_plugin_version>1.8</maven_license_plugin_version>
|
|
|
|
<maven_project_info_plugin_version>2.8</maven_project_info_plugin_version>
|
2014-12-30 16:39:38 -05:00
|
|
|
<maven_surefire_plugin_version>2.18.1</maven_surefire_plugin_version>
|
2014-08-08 07:33:12 -04:00
|
|
|
<maven_site_plugin_version>3.4</maven_site_plugin_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<maven_source_plugin_version>2.4</maven_source_plugin_version>
|
2014-07-31 18:06:04 -04:00
|
|
|
<mitreid-connect-version>1.1.8</mitreid-connect-version>
|
2014-12-23 09:42:16 -05:00
|
|
|
<mockito_version>1.10.17</mockito_version>
|
2014-08-23 16:40:26 -04:00
|
|
|
<phloc_schematron_version>2.7.1</phloc_schematron_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<phloc_commons_version>4.3.6</phloc_commons_version>
|
2014-07-02 08:57:07 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2015-03-17 08:11:42 -04:00
|
|
|
<slf4j_version>1.7.10</slf4j_version>
|
2015-04-22 10:33:13 -04:00
|
|
|
<spring_version>4.1.5.RELEASE</spring_version>
|
2014-07-31 18:06:04 -04:00
|
|
|
<spring_security_version>3.2.4.RELEASE</spring_security_version>
|
2014-12-23 09:42:16 -05:00
|
|
|
<thymeleaf-version>2.1.4.RELEASE</thymeleaf-version>
|
2014-08-08 07:33:12 -04:00
|
|
|
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
2015-03-17 08:11:42 -04:00
|
|
|
<woodstox_version>4.4.1</woodstox_version>
|
2015-06-20 14:23:34 -04:00
|
|
|
<xmlunit_version>1.6</xmlunit_version>
|
2015-02-16 14:17:29 -05:00
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2014-02-17 17:58:32 -05:00
|
|
|
</properties>
|
|
|
|
|
2015-08-16 22:09:01 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Set dependency versions -->
|
2015-08-17 15:54:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
</dependency>
|
2015-08-16 22:09:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
</dependency>
|
2015-08-19 07:47:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.12</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2015-08-16 22:09:01 -04:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<version>${derby_version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbynet</artifactId>
|
|
|
|
<version>${derby_version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbyclient</artifactId>
|
|
|
|
<version>${derby_version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2015-08-19 07:47:45 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<version>9.2.6.v20141205</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<version>9.2.6.v20141205</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<version>9.2.6.v20141205</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<version>9.2.6.v20141205</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
<version>9.2.6.v20141205</version>
|
|
|
|
</dependency>
|
2015-08-16 22:09:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<version>1.10.19</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2014-02-17 17:58:32 -05:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2015-03-28 19:28:34 -04:00
|
|
|
<version>3.3</version>
|
2014-02-17 17:58:32 -05:00
|
|
|
<configuration>
|
2014-03-05 17:35:06 -05:00
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
2015-06-17 13:51:05 -04:00
|
|
|
<compilerId>javac-with-errorprone</compilerId>
|
|
|
|
<forceJavacCompilerUse>true</forceJavacCompilerUse>
|
2014-02-17 17:58:32 -05:00
|
|
|
</configuration>
|
2015-03-28 19:28:34 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_core</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac-errorprone</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2014-02-17 17:58:32 -05:00
|
|
|
</plugin>
|
2015-08-19 08:52:37 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>2.8.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
<configuration>
|
|
|
|
<skip>true</skip>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
<version>9.2.6.v20141205</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eluder.coveralls</groupId>
|
|
|
|
<artifactId>coveralls-maven-plugin</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
<configuration>
|
|
|
|
<coberturaReports>
|
|
|
|
</coberturaReports>
|
|
|
|
</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>
|
2015-06-21 22:10:13 -04:00
|
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
2014-09-04 18:03:19 -04:00
|
|
|
<runOrder>random</runOrder>
|
2014-12-30 16:39:38 -05:00
|
|
|
<argLine>-Dfile.encoding=UTF-8</argLine>
|
2014-09-03 12:57:17 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-07-05 17:14:15 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
|
|
|
<version>1.14</version>
|
|
|
|
</plugin>
|
2014-03-24 08:32:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
2015-03-17 08:11:42 -04:00
|
|
|
<version>2.8.2</version>
|
2014-03-24 08:32:28 -04:00
|
|
|
</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-10-30 13:57:29 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>${maven_site_plugin_version}</version>
|
|
|
|
<configuration>
|
|
|
|
<skip>false</skip>
|
|
|
|
<skipDeploy>true</skipDeploy>
|
2015-02-09 22:26:04 -05:00
|
|
|
<inputEncoding>UTF-8</inputEncoding>
|
|
|
|
<outputEncoding>UTF-8</outputEncoding>
|
2014-10-30 13:57:29 -04:00
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-scm</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.scm</groupId>
|
|
|
|
<artifactId>maven-scm-manager-plexus</artifactId>
|
|
|
|
<version>1.9</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.scm</groupId>
|
|
|
|
<artifactId>maven-scm-provider-gitexe</artifactId>
|
|
|
|
<version>1.9</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.scm</groupId>
|
|
|
|
<artifactId>maven-scm-api</artifactId>
|
|
|
|
<version>1.9</version>
|
|
|
|
</dependency>
|
2015-02-09 22:26:04 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.doxia</groupId>
|
|
|
|
<artifactId>doxia-module-markdown</artifactId>
|
|
|
|
<version>1.6</version>
|
|
|
|
</dependency>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!-- -->
|
2015-02-09 22:26:04 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>lt.velykis.maven.skins</groupId>
|
|
|
|
<artifactId>reflow-velocity-tools</artifactId>
|
2015-06-21 22:10:13 -04:00
|
|
|
<version>1.1.1</version>
|
2015-02-09 22:26:04 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
<artifactId>velocity</artifactId>
|
|
|
|
<version>1.7</version>
|
|
|
|
</dependency>
|
2014-10-30 13:57:29 -04:00
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings
|
|
|
|
only. It has no influence on the Maven build itself. -->
|
2014-11-08 11:18:04 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>
|
|
|
|
ca.uhn.hapi.fhir
|
|
|
|
</groupId>
|
|
|
|
<artifactId>
|
|
|
|
hapi-tinder-plugin
|
|
|
|
</artifactId>
|
|
|
|
<versionRange>
|
|
|
|
[0.8-SNAPSHOT,)
|
|
|
|
</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>
|
|
|
|
generate-jparest-server
|
|
|
|
</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore></ignore>
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<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>
|
2015-03-26 11:57:07 -04:00
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>
|
|
|
|
org.codehaus.mojo
|
|
|
|
</groupId>
|
|
|
|
<artifactId>
|
|
|
|
build-helper-maven-plugin
|
|
|
|
</artifactId>
|
|
|
|
<versionRange>
|
|
|
|
[1.9.1,)
|
|
|
|
</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>add-source</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore></ignore>
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
2015-03-28 19:28:34 -04:00
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>
|
|
|
|
org.apache.maven.plugins
|
|
|
|
</groupId>
|
|
|
|
<artifactId>
|
|
|
|
maven-compiler-plugin
|
|
|
|
</artifactId>
|
|
|
|
<versionRange>
|
|
|
|
[3.3,)
|
|
|
|
</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
<goal>testCompile</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore></ignore>
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
2014-11-08 11:18:04 -05:00
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-06-21 22:10:13 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<version>2.15</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
|
<version>6.7</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<configuration>
|
2015-06-24 08:22:05 -04:00
|
|
|
<configLocation>file://${project.basedir}/src/checkstyle/checkstyle.xml</configLocation>
|
2015-06-21 22:10:13 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-06-24 12:26:40 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>2.5.2</version>
|
|
|
|
</plugin>
|
2014-02-17 17:58:32 -05:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2014-10-30 13:57:29 -04:00
|
|
|
<plugins>
|
2015-03-25 22:32:32 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
2015-03-26 11:57:07 -04:00
|
|
|
<inherited>false</inherited>
|
2015-03-25 22:32:32 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>update-project-license</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>update-project-license</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<licenseName>apache_v2</licenseName>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-30 13:57:29 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
2015-03-17 08:11:42 -04:00
|
|
|
<version>${maven_antrun_plugin_version}</version>
|
2014-10-30 13:57:29 -04:00
|
|
|
<inherited>false</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copySubProjects</id>
|
|
|
|
<phase>site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<copy todir="target/site/apidocs">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-base/target/site/apidocs" />
|
2014-10-30 13:57:29 -04:00
|
|
|
</copy>
|
|
|
|
<copy todir="target/site/apidocs-dstu">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-structures-dstu/target/site/apidocs" />
|
2014-10-30 13:57:29 -04:00
|
|
|
</copy>
|
2015-05-29 17:50:18 -04:00
|
|
|
<copy todir="target/site/apidocs-hl7org-dstu2">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset
|
|
|
|
dir="hapi-fhir-structures-hl7org-dstu2/target/site/apidocs" />
|
2015-05-29 17:50:18 -04:00
|
|
|
</copy>
|
2015-02-06 15:50:29 -05:00
|
|
|
<copy todir="target/site/apidocs-dstu2">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-structures-dstu2/target/site/apidocs" />
|
2014-10-30 13:57:29 -04:00
|
|
|
</copy>
|
2015-02-03 17:53:22 -05:00
|
|
|
<copy todir="target/site/apidocs-jpaserver">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-jpaserver-base/target/site/apidocs" />
|
2015-02-03 17:53:22 -05:00
|
|
|
</copy>
|
|
|
|
<copy todir="target/site/xref-jpaserver">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-jpaserver-base/target/site/xref" />
|
2015-02-03 17:53:22 -05:00
|
|
|
</copy>
|
2015-03-02 06:56:16 -05:00
|
|
|
<copy todir="target/site/xref-base">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-base/target/site/xref" />
|
2015-03-02 06:56:16 -05:00
|
|
|
</copy>
|
2015-06-21 12:22:14 -04:00
|
|
|
<copy todir="target/site/cobertura">
|
2015-06-21 22:10:13 -04:00
|
|
|
<fileset dir="hapi-fhir-cobertura/target/site/cobertura" />
|
2015-06-21 12:22:14 -04:00
|
|
|
</copy>
|
2015-06-21 22:10:13 -04:00
|
|
|
<copy todir="target/site">
|
2015-08-19 07:47:45 -04:00
|
|
|
<fileset dir="hapi-fhir-base/target/site" includes="checkstyle.*" />
|
2015-06-21 22:10:13 -04:00
|
|
|
</copy>
|
|
|
|
<echo>Fixing Checkstyle Report</echo>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="checkstyle.html" />
|
|
|
|
<replacetoken>"../../</replacetoken>
|
|
|
|
<replacevalue>"./</replacevalue>
|
|
|
|
</replace>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html" />
|
|
|
|
<replacetoken>http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css</replacetoken>
|
|
|
|
<replacevalue>./css/bootstrap-responsive.min.css</replacevalue>
|
|
|
|
</replace>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="index.html" />
|
|
|
|
<replacetoken><![CDATA[<h2 id="Welcome">Welcome</h2>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[<div class="jumbotron subhead">
|
|
|
|
<div class="row" id="banner">
|
|
|
|
<div class="span12">
|
|
|
|
<div class="pull-left">
|
|
|
|
<a href="./" id="bannerLeft"><img src="images/hapi_fhir_banner.png" alt='"'HAPI'"' /></a>
|
|
|
|
</div>
|
|
|
|
<div class="pull-right">
|
|
|
|
<a href="./" id="bannerRight"><img src="images/hapi_fhir_banner_right.png" alt='"'FHIR'"' /></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>]]></replacevalue>
|
|
|
|
</replace>
|
2015-08-19 07:47:45 -04:00
|
|
|
<!--<replaceregexp file="target/site/checkstyle.html" byline="false"
|
|
|
|
match="<ul class="breadcrumb.*?</ul>" replace="" flags="s"/> -->
|
2014-10-30 13:57:29 -04:00
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>addSyntaxHighlighter</id>
|
|
|
|
<phase>site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
2015-03-02 06:56:16 -05:00
|
|
|
<echo>Adding Fontawesome</echo>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html" />
|
|
|
|
<replacetoken><![CDATA[<a href="download.html" title="Download">Download</a>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[<a href="download.html" title="Download"><i class="fa fa-download"></i> Download</a>]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html" />
|
|
|
|
<replacetoken><![CDATA[<a href="https://github.com/jamesagnew/hapi-fhir/" title="GitHub Project" class="externalLink">GitHub Project</a>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[<a href="https://github.com/jamesagnew/hapi-fhir/" title="GitHub Project" class="externalLink"><i class="fa fa-github"></i> GitHub Project</a>]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html" />
|
|
|
|
<replacetoken><![CDATA[data-toggle="dropdown">Test Servers <]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[data-toggle="dropdown"><i class="fa fa-fire"></i> Test Servers <]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html" />
|
|
|
|
<replacetoken><![CDATA[data-toggle="dropdown">Documentation <]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[data-toggle="dropdown"><i class="fa fa-book"></i> Documentation <]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html" />
|
|
|
|
<replacetoken><![CDATA[data-toggle="dropdown">Get Help <]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[data-toggle="dropdown"><i class="fa fa-support"></i> Get Help <]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
<echo>Changing Breadcrumbs</echo>
|
|
|
|
<replace dir="target/site" summary="true">
|
2015-06-21 22:10:13 -04:00
|
|
|
<include name="doc_*.html" />
|
2015-03-02 06:56:16 -05:00
|
|
|
<replacetoken><![CDATA[<li class="divider">/</li>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[<li class="divider">/</li>
|
|
|
|
<li><a href="docindex.html" title="Documentation">Documentation</a></li>
|
|
|
|
<li class="divider">/</li>]]></replacevalue>
|
|
|
|
</replace>
|
2014-10-30 13:57:29 -04:00
|
|
|
<echo>Adding Syntax Highlighter</echo>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="*.html"></include>
|
|
|
|
<replacetoken><![CDATA[</body>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[
|
|
|
|
<script type="text/javascript">
|
|
|
|
var elements = document.getElementsByClassName("source");
|
|
|
|
for (var i=0; i < elements.length; i++) {
|
|
|
|
var pres = elements[i].getElementsByTagName("pre");
|
|
|
|
for (var j = 0; j < pres.length; j++) {
|
|
|
|
var pre = pres[j];
|
2015-02-13 08:26:21 -05:00
|
|
|
if (pre.innerHTML.match(/^\s*\<\;/)) {
|
|
|
|
pre.className = 'brush: xml';
|
|
|
|
} else if (pre.innerHTML.match(/\/\*/)) {
|
2014-10-30 13:57:29 -04:00
|
|
|
pre.className = 'brush: java';
|
|
|
|
} else if (pre.innerHTML.match(/^\/\//)) {
|
|
|
|
pre.className = 'brush: java';
|
|
|
|
} else if (pre.innerHTML.match(/^\{/)) {
|
|
|
|
pre.className = 'brush: jscript';
|
|
|
|
} else if (pre.innerHTML.match(/^\#/)) {
|
|
|
|
pre.className = 'brush: bash';
|
|
|
|
} else if (pre.innerHTML.match(/\<\;\//)) {
|
|
|
|
pre.className = 'brush: xml';
|
|
|
|
} else {
|
|
|
|
pre.className = 'brush: java';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
SyntaxHighlighter.all();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>addAnalytics</id>
|
2015-07-15 08:37:56 -04:00
|
|
|
<phase>site</phase>
|
2014-10-30 13:57:29 -04:00
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<echo>Adding Google analytics in target/site for <body></echo>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="**/*.html"></include>
|
|
|
|
<replacefilter token="#build#" value="${label}" />
|
|
|
|
<replacefilter token="#version#" value="${project.version}" />
|
|
|
|
<replacetoken><![CDATA[</body>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-1395874-5', 'auto');
|
|
|
|
ga('require', 'displayfeatures');
|
|
|
|
ga('require', 'linkid', 'linkid.js');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</body >
|
|
|
|
]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
<echo>Adding Google analytics in target/site for <BODY></echo>
|
|
|
|
<replace dir="target/site" summary="true">
|
|
|
|
<include name="**/*.html"></include>
|
|
|
|
<replacetoken><![CDATA[</BODY>]]></replacetoken>
|
|
|
|
<replacevalue><![CDATA[
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-1395874-5', 'auto');
|
|
|
|
ga('require', 'displayfeatures');
|
|
|
|
ga('require', 'linkid', 'linkid.js');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</BODY >
|
|
|
|
]]></replacevalue>
|
|
|
|
</replace>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-31 16:09:42 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
2015-07-05 17:14:15 -04:00
|
|
|
<version>1.11</version>
|
2014-10-31 16:09:42 -04:00
|
|
|
<inherited>true</inherited>
|
|
|
|
<configuration>
|
|
|
|
<signature>
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId>
|
|
|
|
<artifactId>java16</artifactId>
|
|
|
|
<version>1.01</version>
|
|
|
|
</signature>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-10-30 13:57:29 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>stage-for-scm-publish</id>
|
|
|
|
<phase>post-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>stage</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<stagingDirectory>${siteMainDirectory}</stagingDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<checkoutDirectory>${scmPubCheckoutDirectory}</checkoutDirectory>
|
|
|
|
<content>\${siteMainDirectory}</content>
|
|
|
|
<tryUpdate>true</tryUpdate>
|
|
|
|
<scmBranch>gh-pages</scmBranch>
|
|
|
|
<pubScmUrl>scm:git:git@github.com:jamesagnew/hapi-fhir.git</pubScmUrl>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>scm-publish</id>
|
|
|
|
<phase>site-deploy</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>publish-scm</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2014-02-17 17:58:32 -05:00
|
|
|
</build>
|
2014-03-24 08:32:28 -04:00
|
|
|
|
2014-10-30 13:57:29 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<reportSets> <reportSet> <reports><report>checkstyle-aggregate</report></reports>
|
|
|
|
</reportSet> </reportSets> <configuration> <configLocation>config/sun_checks.xml</configLocation>
|
|
|
|
<includes> hapi-fhir-base/src/main/java/**/*.java </includes> </configuration>
|
|
|
|
</plugin> -->
|
2014-10-30 13:57:29 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-changes-plugin</artifactId>
|
2014-10-31 15:00:26 -04:00
|
|
|
<version>2.11</version>
|
2014-10-30 13:57:29 -04:00
|
|
|
<inherited>false</inherited>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>changes-report</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
<configuration>
|
|
|
|
<feedType>atom_1.0</feedType>
|
|
|
|
<issueLinkTemplatePerSystem>
|
2014-10-31 15:00:26 -04:00
|
|
|
<default>https://github.com/jamesagnew/hapi-fhir/issues/%ISSUE%</default>
|
2014-10-30 13:57:29 -04:00
|
|
|
</issueLinkTemplatePerSystem>
|
|
|
|
<escapeHTML>false</escapeHTML>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
<version>${maven_surefire_plugin_version}</version>
|
2015-03-11 16:17:27 -04:00
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>failsafe-report-only</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
2014-10-30 13:57:29 -04:00
|
|
|
<configuration>
|
2015-06-21 22:10:13 -04:00
|
|
|
<reportsDirectories>
|
|
|
|
<reportDirectory>${project.basedir}/hapi-fhir-base/target/surefire-reports/</reportDirectory>
|
|
|
|
<reportDirectory>${project.basedir}/hapi-fhir-structures-dstu/target/surefire-reports/</reportDirectory>
|
|
|
|
<reportDirectory>${project.basedir}/hapi-fhir-structures-dstu2/target/surefire-reports/</reportDirectory>
|
|
|
|
<reportDirectory>${project.basedir}/hapi-fhir-jpaserver-base/target/surefire-reports/</reportDirectory>
|
|
|
|
</reportsDirectories>
|
2014-10-30 13:57:29 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2015-03-17 08:11:42 -04:00
|
|
|
<version>${maven_project_info_plugin_version}</version>
|
2014-10-30 13:57:29 -04:00
|
|
|
<inherited>false</inherited>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>project-team</report>
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
<report>license</report>
|
|
|
|
<report>scm</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-linkcheck-plugin</artifactId>
|
|
|
|
<version>1.1</version> </plugin> -->
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
|
2014-04-24 07:24:27 -04:00
|
|
|
<profiles>
|
2015-07-13 10:31:02 -04:00
|
|
|
<profile>
|
|
|
|
<id>DIST</id>
|
|
|
|
</profile>
|
2014-11-07 14:26:59 -05:00
|
|
|
<profile>
|
|
|
|
<id>ROOT</id>
|
2015-06-21 22:10:13 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2014-11-07 14:26:59 -05:00
|
|
|
<modules>
|
|
|
|
</modules>
|
2014-11-24 06:45:12 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!-- <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>${maven_assembly_plugin_version}</version>
|
|
|
|
<executions> <execution> <phase>package</phase> <goals> <goal>single</goal>
|
|
|
|
</goals> <configuration> <attach>false</attach> <descriptors> <descriptor>${project.basedir}/src/assembly/hapi-fhir-sample-projects.xml</descriptor>
|
|
|
|
</descriptors> </configuration> </execution> </executions> </plugin> -->
|
2014-11-24 06:45:12 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-06-21 22:10:13 -04:00
|
|
|
|
2014-11-07 14:26:59 -05:00
|
|
|
</profile>
|
2014-04-24 07:24:27 -04:00
|
|
|
<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>
|
2015-03-17 08:11:42 -04:00
|
|
|
<version>${maven_gpg_plugin_version}</version>
|
2014-04-24 07:24:27 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2014-10-30 13:57:29 -04:00
|
|
|
<profile>
|
|
|
|
<id>SITE</id>
|
|
|
|
<modules>
|
|
|
|
<module>hapi-fhir-base</module>
|
|
|
|
<module>hapi-fhir-structures-dstu</module>
|
2015-02-06 15:50:29 -05:00
|
|
|
<module>hapi-fhir-structures-dstu2</module>
|
2015-05-29 17:50:18 -04:00
|
|
|
<module>hapi-fhir-structures-hl7org-dstu2</module>
|
2015-02-03 17:53:22 -05:00
|
|
|
<module>hapi-fhir-jpaserver-base</module>
|
2015-06-21 12:22:14 -04:00
|
|
|
<module>hapi-fhir-cobertura</module>
|
2014-11-03 14:16:04 -05:00
|
|
|
<module>examples</module>
|
2014-10-30 13:57:29 -04:00
|
|
|
</modules>
|
2015-02-08 19:21:29 -05:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<classFilesDirectory>./hapi-fhir-base/target/classes</classFilesDirectory>
|
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>findbugs</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2014-10-30 13:57:29 -04:00
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>ALLMODULES</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<module>hapi-deployable-pom</module>
|
|
|
|
<module>hapi-fhir-base</module>
|
2015-06-21 22:10:13 -04:00
|
|
|
<!--<module>hapi-fhir-oauth2</module> -->
|
2015-06-11 14:24:40 -04:00
|
|
|
<module>hapi-fhir-base-test-mindeps-client</module>
|
|
|
|
<module>hapi-fhir-base-test-mindeps-server</module>
|
2014-10-30 13:57:29 -04:00
|
|
|
<module>hapi-tinder-plugin</module>
|
|
|
|
<module>hapi-tinder-test</module>
|
|
|
|
<module>hapi-fhir-structures-dstu</module>
|
2015-02-06 15:50:29 -05:00
|
|
|
<module>hapi-fhir-structures-dstu2</module>
|
2015-05-01 13:07:47 -04:00
|
|
|
<module>hapi-fhir-structures-hl7org-dstu2</module>
|
2014-10-30 13:57:29 -04:00
|
|
|
<module>hapi-fhir-jpaserver-base</module>
|
2015-02-16 23:02:50 -05:00
|
|
|
<module>hapi-fhir-jpaserver-example</module>
|
2014-10-30 13:57:29 -04:00
|
|
|
<module>restful-server-example</module>
|
|
|
|
<module>restful-server-example-test</module>
|
|
|
|
<module>hapi-fhir-testpage-overlay</module>
|
|
|
|
<module>hapi-fhir-jpaserver-uhnfhirtest</module>
|
2015-03-03 18:31:01 -05:00
|
|
|
<module>hapi-fhir-android</module>
|
2015-02-16 14:17:29 -05:00
|
|
|
<module>hapi-fhir-dist</module>
|
2015-06-23 14:35:32 -04:00
|
|
|
<module>examples</module>
|
2014-10-30 13:57:29 -04:00
|
|
|
</modules>
|
|
|
|
</profile>
|
2015-06-20 14:23:34 -04:00
|
|
|
<profile>
|
|
|
|
<id>COBERTURA</id>
|
|
|
|
<modules>
|
2015-06-20 20:22:05 -04:00
|
|
|
<module>hapi-fhir-cobertura</module>
|
2015-06-20 14:23:34 -04:00
|
|
|
</modules>
|
|
|
|
</profile>
|
2014-04-24 07:24:27 -04:00
|
|
|
</profiles>
|
2014-03-24 08:32:28 -04:00
|
|
|
|
2014-02-17 17:58:32 -05:00
|
|
|
</project>
|