Skip to content
Snippets Groups Projects
Commit ce60e122 authored by jez04's avatar jez04
Browse files

fix: fix deployment problem

parent 72c8db03
No related merge requests found
Pipeline #1978 canceled with stages
......@@ -80,22 +80,6 @@
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<!-- explicitly define maven-deploy-plugin after other to force
exec order -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment