diff --git a/haas-java-client/.classpath b/haas-java-client/.classpath
index b4b6d343de16cbae53976b89620162a7875f990a..955c606a0989fb4e90f9328fb8acce451cb97dff 100644
--- a/haas-java-client/.classpath
+++ b/haas-java-client/.classpath
@@ -27,22 +27,16 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="src" output="target/classes" path="target/jaxws/wsimport/java">
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
 		<attributes>
-			<attribute name="optional" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="src" output="target/classes" path="target}/haxws/wsimport/java">
+	<classpathentry kind="src" output="target/classes" path="target/generated-sources/wsimport">
 		<attributes>
 			<attribute name="optional" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/haas-java-client/pom.xml b/haas-java-client/pom.xml
index 90737bfdb90292d5bac879a9b69500f1b61f69e8..77a91b03eaf4329eb03810f068c4ddbcbf785d86 100644
--- a/haas-java-client/pom.xml
+++ b/haas-java-client/pom.xml
@@ -72,25 +72,6 @@
 					<packageName>cz.it4i.fiji.haas_java_client.proxy</packageName>
 				</configuration>
 			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>build-helper-maven-plugin</artifactId>
-				<version>3.0.0</version>
-				<executions>
-					<execution>
-						<id>add-source</id>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>add-source</goal>
-						</goals>
-						<configuration>
-							<sources>
-								<source>${project.build.directory}}/haxws/wsimport/java</source>
-							</sources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
 		</plugins>
 
 	</build>