Updates to get this building

This commit is contained in:
James Agnew
2018-11-12 09:37:54 -05:00
parent 58da08d590
commit 76f9a2f0f3

10
pom.xml
View File

@@ -14,6 +14,7 @@
<version>3.6.0</version> <version>3.6.0</version>
</parent> </parent>
<groupId>ca.uhn.hapi.fhir.demo</groupId>
<artifactId>hapi-fhir-jpaserver-starter</artifactId> <artifactId>hapi-fhir-jpaserver-starter</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
@@ -254,15 +255,6 @@
</configuration> </configuration>
</plugin> </plugin>
<!-- This plugin is just a part of the HAPI internal build process, you do not need to incude it in your own projects -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<!-- This is to run the integration tests --> <!-- This is to run the integration tests -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>