diff --git a/xta-adapter/pom.xml b/xta-adapter/pom.xml
index fb13d459bda7821591082501d92f4c62c47bf22d..57d18244d72c510c4415bfad341d7f224f013e90 100644
--- a/xta-adapter/pom.xml
+++ b/xta-adapter/pom.xml
@@ -107,6 +107,28 @@
 					<profiles>local,sec</profiles>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>unpack</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>de.ozgcloud.eingang</groupId>
+									<artifactId>fim-adapter</artifactId>
+									<version>${project.version}</version>
+									<includes>**/*.yml,**/*.xml,**/*.xsd</includes>
+								</artifactItem>
+							</artifactItems>
+							<outputDirectory>${project.build.directory}/classes/</outputDirectory>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-failsafe-plugin</artifactId>