From a6c1978b76f7ee8e0fb35f996a75242b02dc5bf4 Mon Sep 17 00:00:00 2001
From: Stefan Hauffe <stefan.hauffe@mgm-tp.com>
Date: Wed, 18 Dec 2024 16:20:05 +0100
Subject: [PATCH] OZG-7324: Remove alfa-client Module from usages

---
 alfa-server/pom.xml | 25 -------------------------
 release-startdev.sh |  3 +--
 2 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml
index 0bbc29ac40..e8d1c122b1 100644
--- a/alfa-server/pom.xml
+++ b/alfa-server/pom.xml
@@ -111,31 +111,6 @@
 				<artifactId>git-commit-id-maven-plugin</artifactId>
 			</plugin>
 
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>copy-client</id>
-						<phase>compile</phase>
-						<goals>
-							<goal>copy-resources</goal>
-						</goals>
-						<configuration>
-							<outputDirectory>
-								${project.build.directory}/classes/META-INF/resources
-							</outputDirectory>
-							<resources>
-								<resource>
-									<directory>
-										../${project.parent.artifactId}-client/dist/apps/alfa/
-									</directory>
-								</resource>
-							</resources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
diff --git a/release-startdev.sh b/release-startdev.sh
index 49290eeba6..9b6ecb1751 100755
--- a/release-startdev.sh
+++ b/release-startdev.sh
@@ -41,8 +41,7 @@ echo
 #
 PROJECTS="pom.xml:main 
           alfa-service/pom.xml:parent
-          alfa-server/pom.xml:parent
-          alfa-client/pom.xml:parent "
+          alfa-server/pom.xml:parent "
 
 for PROJECT in $PROJECTS;
 do
-- 
GitLab