Ignore:
Timestamp:
08/27/12 18:34:24 (12 years ago)
Author:
pharms
Message:
  • removed old copyright file header
File:
1 edited

Legend:

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

    r471 r655  
    4545                  </action> 
    4646                </pluginExecution> 
    47                 <pluginExecution> 
    48                   <pluginExecutionFilter> 
    49                     <groupId>org.codehaus.mojo</groupId> 
    50                     <artifactId>emma-maven-plugin</artifactId> 
    51                     <versionRange>[1.0-alpha-3,)</versionRange> 
    52                     <goals> 
    53                       <goal>emma</goal> 
    54                     </goals> 
    55                   </pluginExecutionFilter> 
    56                   <action> 
    57                     <ignore/> 
    58                   </action> 
    59                 </pluginExecution> 
     47 
    6048              </pluginExecutions> 
    6149            </lifecycleMappingMetadata> 
     
    9987      </plugin> 
    10088      <plugin> 
    101         <groupId>org.codehaus.mojo</groupId> 
    102         <artifactId>emma-maven-plugin</artifactId> 
    103         <version>1.0-alpha-3</version> 
    104         <inherited>true</inherited>           
    105         <executions> 
    106           <execution> 
    107             <phase>process-classes</phase> 
    108             <goals> 
    109               <goal>emma</goal> 
    110             </goals> 
    111           </execution> 
    112         </executions> 
    113       </plugin> 
    114       <plugin> 
    11589        <groupId>org.apache.maven.plugins</groupId> 
    11690        <artifactId>maven-jar-plugin</artifactId> 
Note: See TracChangeset for help on using the changeset viewer.