Changeset 956 for trunk/autoquest-runner/pom.xml
- Timestamp:
- 10/26/12 10:39:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-runner/pom.xml
r927 r956 65 65 <groupId>de.ugoe.cs.autoquest</groupId> 66 66 <artifactId>autoquest-plugin-php</artifactId> 67 <version>${project.parent.version}</version> 68 </dependency> 69 <dependency> 70 <groupId>de.ugoe.cs.autoquest</groupId> 71 <artifactId>autoquest-plugin-html</artifactId> 67 72 <version>${project.parent.version}</version> 68 73 </dependency> … … 191 196 </configuration> 192 197 </execution> 198 <execution> 199 <id>get-html-plugin-config</id> 200 <phase>process-classes</phase> 201 <goals> 202 <goal>unpack</goal> 203 </goals> 204 <configuration> 205 <artifactItems> 206 <artifactItem> 207 <groupId>de.ugoe.cs.autoquest</groupId> 208 <artifactId>autoquest-plugin-html</artifactId> 209 <version>${project.parent.version}</version> 210 <classifier>config</classifier> 211 <type>zip</type> 212 <outputDirectory>${project.build.directory}/data</outputDirectory> 213 </artifactItem> 214 </artifactItems> 215 </configuration> 216 </execution> 193 217 </executions> 194 218 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.