Skip to content

Commit

Permalink
Merge pull request #156 from IBM/issue-57-sept
Browse files Browse the repository at this point in the history
Fix for ear creation #57
  • Loading branch information
lmsurpre committed Oct 2, 2019
2 parents 5caf63e + b856df1 commit 48d2d28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fhir-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<jacoco.plugin.version>0.8.2</jacoco.plugin.version>
<argLine>-Dfile.encoding=UTF-8</argLine>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<m2e.wtp.activation>false</m2e.wtp.activation>
<m2e.jaxrs.activation>false</m2e.jaxrs.activation>
<m2e.jpa.activation>false</m2e.jpa.activation>
<m2e.jsf.activation>false</m2e.jsf.activation>
<m2e.cdi.activation>true</m2e.cdi.activation>
<my.maven.war.plugin>3.2.3</my.maven.war.plugin>
<my.maven.jar.plugin>3.1.2</my.maven.jar.plugin>
</properties>
Expand Down

0 comments on commit 48d2d28

Please sign in to comment.