Updates to build

This commit is contained in:
James Agnew 2019-01-31 16:01:00 -05:00
parent caf7cea4c6
commit d6a6a553db
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<artifactId>org.hl7.fhir.validation</artifactId>
<version>${project.version}</version>
</dependency>
<!--
The following dependencies are all listed as optional dependencies in
org.hl7.fhir.utilities (and others) but are required for the CLI to work,
@ -66,6 +66,7 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedClassifierName/>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.hl7.fhir.r4.validation.Validator</mainClass>