Ignore:
Timestamp:
08/28/12 16:19:44 (12 years ago)
Author:
sherbold
Message:
  • updated POMs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-runner/pom.xml

    r585 r673  
    5757      <artifactId>quest-plugin-php</artifactId> 
    5858      <version>0.0.1-SNAPSHOT</version> 
     59    </dependency> 
     60    <dependency> 
     61      <groupId>log4j</groupId> 
     62      <artifactId>log4j</artifactId> 
     63      <version>1.2.17</version> 
    5964    </dependency> 
    6065  </dependencies> 
     
    133138        <executions> 
    134139          <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> 
    154140            <id>get-jfc-plugin-config</id> 
    155141            <phase>process-classes</phase> 
Note: See TracChangeset for help on using the changeset viewer.