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