Fix deploy execution

This commit is contained in:
sgdc3 2018-01-29 15:15:55 +01:00
parent a92084ec60
commit fbf1f29a0b

View File

@ -298,6 +298,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>deploy-file</goal>
</goals>
</execution>
</executions>
<configuration>
<pomFile>pom.xml</pomFile>
<file>original-${project.outputName}.jar</file>