Index: /trunk/autoquest-runner/pom.xml
===================================================================
--- /trunk/autoquest-runner/pom.xml	(revision 955)
+++ /trunk/autoquest-runner/pom.xml	(revision 956)
@@ -65,4 +65,9 @@
       <groupId>de.ugoe.cs.autoquest</groupId>
       <artifactId>autoquest-plugin-php</artifactId>
+      <version>${project.parent.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>de.ugoe.cs.autoquest</groupId>
+      <artifactId>autoquest-plugin-html</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
@@ -191,4 +196,23 @@
             </configuration>
           </execution>
+          <execution>
+            <id>get-html-plugin-config</id>
+            <phase>process-classes</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>de.ugoe.cs.autoquest</groupId>
+                  <artifactId>autoquest-plugin-html</artifactId>
+                  <version>${project.parent.version}</version>
+                  <classifier>config</classifier>
+                  <type>zip</type>
+                  <outputDirectory>${project.build.directory}/data</outputDirectory>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
         </executions>
       </plugin>
