Changeset 571


Ignore:
Timestamp:
08/17/12 12:22:51 (12 years ago)
Author:
sherbold
Message:
  • removed EMMA from quest-core-assertions-test POM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-assertions-test/pom.xml

    r521 r571  
    3434        <scope>test</scope> 
    3535    </dependency> 
    36     <!-- <dependency> 
    37           <groupId>junit-addons</groupId> 
    38           <artifactId>junit-addons</artifactId> 
    39           <version>1.4</version> 
    40     </dependency> 
    41     <dependency> 
    42           <groupId>nl.jqno.equalsverifier</groupId> 
    43           <artifactId>equalsverifier</artifactId> 
    44           <version>1.1.3</version> 
    45     </dependency>--> 
    4636  </dependencies> 
    4737  <build> 
     
    9989      <plugin> 
    10090        <groupId>org.apache.maven.plugins</groupId> 
    101         <artifactId>maven-dependency-plugin</artifactId> 
    102         <version>2.4</version> 
    103         <executions> 
    104           <execution> 
    105             <id>unpack</id> 
    106             <phase>process-classes</phase> 
    107             <goals> 
    108               <goal>unpack</goal> 
    109             </goals> 
    110             <configuration> 
    111               <artifactItems> 
    112                 <artifactItem> 
    113                   <groupId>de.ugoe.cs.quest</groupId> 
    114                   <artifactId>quest-core-assertions</artifactId> 
    115                   <version>0.0.1-SNAPSHOT</version> 
    116                   <outputDirectory>${project.build.directory}/classes</outputDirectory> 
    117                 </artifactItem> 
    118               </artifactItems> 
    119             </configuration> 
    120           </execution> 
    121         </executions> 
    122       </plugin> 
    123       <plugin> 
    124         <groupId>org.codehaus.mojo</groupId> 
    125         <artifactId>emma-maven-plugin</artifactId> 
    126         <version>1.0-alpha-3</version> 
    127         <inherited>true</inherited>           
    128         <executions> 
    129           <execution> 
    130             <phase>process-classes</phase> 
    131             <goals> 
    132               <goal>emma</goal> 
    133             </goals> 
    134           </execution> 
    135         </executions> 
    136       </plugin> 
    137       <plugin> 
    138         <groupId>org.apache.maven.plugins</groupId> 
    13991        <artifactId>maven-jar-plugin</artifactId> 
    14092        <version>2.3.2</version> 
Note: See TracChangeset for help on using the changeset viewer.