diff --git a/pom.xml b/pom.xml index 29c200450e27f8c9892728e760a3792f455b3c49..4165d99d4dd560dfdc21158309e99466ee25a5aa 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>