Changeset 673 for trunk/quest-runner
- Timestamp:
- 08/28/12 16:19:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-runner/pom.xml
r585 r673 57 57 <artifactId>quest-plugin-php</artifactId> 58 58 <version>0.0.1-SNAPSHOT</version> 59 </dependency> 60 <dependency> 61 <groupId>log4j</groupId> 62 <artifactId>log4j</artifactId> 63 <version>1.2.17</version> 59 64 </dependency> 60 65 </dependencies> … … 133 138 <executions> 134 139 <execution> 135 <id>get-ui-core-config</id>136 <phase>process-classes</phase>137 <goals>138 <goal>unpack</goal>139 </goals>140 <configuration>141 <artifactItems>142 <artifactItem>143 <groupId>de.ugoe.cs.quest</groupId>144 <artifactId>quest-ui-core</artifactId>145 <version>0.0.1-SNAPSHOT</version>146 <classifier>config</classifier>147 <type>zip</type>148 <outputDirectory>${project.build.directory}/data</outputDirectory>149 </artifactItem>150 </artifactItems>151 </configuration>152 </execution>153 <execution>154 140 <id>get-jfc-plugin-config</id> 155 141 <phase>process-classes</phase>
Note: See TracChangeset
for help on using the changeset viewer.