Skip to content

Commit

Permalink
Fix 1.4 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Feb 4, 2016
1 parent e5b5c6e commit c700fd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hapi-fhir-base-example-embedded-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,17 @@
<version>1.2</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit c700fd3

Please sign in to comment.