From 76444e365f95867aa529f7b81115a060614d7730 Mon Sep 17 00:00:00 2001
From: jez04 <david.jezek@post.cz>
Date: Tue, 24 Sep 2024 19:43:27 +0200
Subject: [PATCH] fix: fix deployment problem

---
 pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index adbd750..bf4c85e 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>
 
-- 
GitLab