Changeset 585 for trunk/quest-runner
- Timestamp:
- 08/22/12 15:53:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-runner/pom.xml
r584 r585 152 152 </execution> 153 153 <execution> 154 <id>get-jfc-plugin-config</id> 155 <phase>process-classes</phase> 156 <goals> 157 <goal>unpack</goal> 158 </goals> 159 <configuration> 160 <artifactItems> 161 <artifactItem> 162 <groupId>de.ugoe.cs.quest</groupId> 163 <artifactId>quest-plugin-jfc</artifactId> 164 <version>0.0.1-SNAPSHOT</version> 165 <classifier>config</classifier> 166 <type>zip</type> 167 <outputDirectory>${project.build.directory}/data</outputDirectory> 168 </artifactItem> 169 </artifactItems> 170 </configuration> 171 </execution> 172 <execution> 154 173 <id>get-mfc-plugin-config</id> 155 174 <phase>process-classes</phase>
Note: See TracChangeset
for help on using the changeset viewer.