Changeset 673


Ignore:
Timestamp:
08/28/12 16:19:44 (12 years ago)
Author:
sherbold
Message:
  • updated POMs
Location:
trunk
Files:
1 deleted
2 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> 
  • trunk/quest-ui-core/pom.xml

    r671 r673  
    5858      <version>2.0.1</version> 
    5959    </dependency> 
    60     <dependency> 
    61       <groupId>log4j</groupId> 
    62       <artifactId>log4j</artifactId> 
    63       <version>1.2.17</version> 
    64     </dependency> 
    6560  </dependencies> 
    6661  <build> 
     
    7469        </configuration> 
    7570      </plugin> 
    76       <plugin> 
    77         <artifactId>maven-assembly-plugin</artifactId> 
    78         <version>2.2-beta-2</version> 
    79         <configuration> 
    80           <descriptors> 
    81             <descriptor>src/main/assembly/config.xml</descriptor> 
    82           </descriptors> 
    83         </configuration> 
    84         <executions> 
    85           <execution> 
    86             <id>make-assembly</id> 
    87             <phase>package</phase> 
    88             <goals> 
    89               <goal>single</goal> 
    90             </goals> 
    91           </execution> 
    92         </executions> 
    93       </plugin> 
    9471    </plugins> 
    9572  </build> 
Note: See TracChangeset for help on using the changeset viewer.