2022-11-08 22:18:36 -05:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
|
|
|
|
|
|
|
<id>jpaserver-example</id>
|
|
|
|
|
|
|
|
<formats>
|
|
|
|
<format>zip</format>
|
|
|
|
</formats>
|
|
|
|
|
|
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
|
|
|
|
|
|
<fileSets>
|
|
|
|
<fileSet>
|
|
|
|
<directory>${project.basedir}/../hapi-fhir-jpaserver-example</directory>
|
|
|
|
<outputDirectory>/</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<include>pom.xml</include>
|
|
|
|
<include>src/**</include>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSets>
|
|
|
|
|
|
|
|
</assembly>
|