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
+5
View File
@@ -253,6 +253,11 @@
<failOnError>false</failOnError> <failOnError>false</failOnError>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
</plugins> </plugins>
</build> </build>