Index: trunk/quest-runner/pom.xml
===================================================================
--- trunk/quest-runner/pom.xml	(revision 584)
+++ trunk/quest-runner/pom.xml	(revision 585)
@@ -152,4 +152,23 @@
           </execution>
           <execution>
+            <id>get-jfc-plugin-config</id>
+            <phase>process-classes</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>de.ugoe.cs.quest</groupId>
+                  <artifactId>quest-plugin-jfc</artifactId>
+                  <version>0.0.1-SNAPSHOT</version>
+                  <classifier>config</classifier>
+                  <type>zip</type>
+                  <outputDirectory>${project.build.directory}/data</outputDirectory>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
+          <execution>
             <id>get-mfc-plugin-config</id>
             <phase>process-classes</phase>
