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

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

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