Fix build

This commit is contained in:
James Agnew 2016-02-03 17:24:27 -05:00
parent 68b816dce7
commit e5b5c6e49b
1 changed files with 7 additions and 1 deletions

View File

@ -99,7 +99,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>