diff --git a/pom.xml b/pom.xml index adbd7503d6cae62f2c5c3b7a35ba921c9d0470f0..bf4c85e9829b0192d49c6557cfd0c0af02ebc5e9 100644 --- a/pom.xml +++ b/pom.xml @@ -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>