Changeset 1347


Ignore:
Timestamp:
01/31/14 10:21:05 (10 years ago)
Author:
pharms
Message:
  • trial with getting emma back to run
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-test/pom.xml

    r1343 r1347  
    8282                </configuration> 
    8383            </plugin> 
     84            <plugin> 
     85                <groupId>org.apache.maven.plugins</groupId> 
     86                <artifactId>maven-surefire-plugin</artifactId> 
     87                <version>2.12</version> 
     88                <configuration> 
     89                    <argLine>-XX:-UseSplitVerifier</argLine> 
     90                </configuration> 
     91            </plugin> 
    8492        </plugins> 
    8593    </build> 
  • trunk/java-utils-test/pom.xml

    r1346 r1347  
    113113                </executions> 
    114114            </plugin> 
    115             <!--plugin> 
    116                 <groupId>org.codehaus.mojo</groupId> 
    117                 <artifactId>emma-maven-plugin</artifactId> 
    118                 <version>1.0-alpha-3</version> 
    119                 <inherited>true</inherited> 
    120                 <executions> 
    121                     <execution> 
    122                         <phase>process-classes</phase> 
    123                         <goals> 
    124                             <goal>emma</goal> 
    125                         </goals> 
    126                     </execution> 
    127                 </executions> 
    128             </plugin--> 
    129115            <plugin> 
    130116                <groupId>org.apache.maven.plugins</groupId> 
     
    132118                <version>2.12</version> 
    133119                <configuration> 
    134                     <forkMode>once</forkMode> 
    135                     <reportFormat>xml</reportFormat> 
    136                     <classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>     
    137120                    <argLine>-XX:-UseSplitVerifier</argLine> 
    138121                </configuration> 
Note: See TracChangeset for help on using the changeset viewer.