Update pom with maven deploy plugin

This commit is contained in:
Alexandre Vanhecke 2018-01-19 19:58:41 +01:00 committed by GitHub
parent 4c15979701
commit b5b03405da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,11 @@
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
</plugins>
</build>