diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml
index 0bbc29ac4075e6f1ded3d89f9f4b3ff36d71bc13..e8d1c122b1d8bfd2fda3ebd1eedd0f872a86abb4 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 49290eeba6165ff19c1023c2592576a3bd0412b8..9b6ecb175164d8ff68e0bc7c108977fc9ed6b1db 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