Changeset 584 for trunk/quest-runner
- Timestamp:
- 08/21/12 15:11:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-runner/pom.xml
r582 r584 170 170 </configuration> 171 171 </execution> 172 <execution> 173 <id>get-php-plugin-config</id> 174 <phase>process-classes</phase> 175 <goals> 176 <goal>unpack</goal> 177 </goals> 178 <configuration> 179 <artifactItems> 180 <artifactItem> 181 <groupId>de.ugoe.cs.quest</groupId> 182 <artifactId>quest-plugin-php</artifactId> 183 <version>0.0.1-SNAPSHOT</version> 184 <classifier>config</classifier> 185 <type>zip</type> 186 <outputDirectory>${project.build.directory}/data</outputDirectory> 187 </artifactItem> 188 </artifactItems> 189 </configuration> 190 </execution> 172 191 </executions> 173 192 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.