Changeset 1345


Ignore:
Timestamp:
01/31/14 10:08:15 (10 years ago)
Author:
pharms
Message:
  • trial with getting emma back to run
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/pom.xml

    r1343 r1345  
    113113                </executions> 
    114114            </plugin> 
    115             <plugin> 
     115            <!--plugin> 
    116116                <groupId>org.codehaus.mojo</groupId> 
    117117                <artifactId>emma-maven-plugin</artifactId> 
     
    126126                    </execution> 
    127127                </executions> 
     128            </plugin--> 
     129            <plugin> 
     130                <groupId>org.apache.maven.plugins</groupId> 
     131                <artifactId>maven-surefire-plugin</artifactId> 
     132                <version>2.12</version> 
     133                <configuration> 
     134                    <forkMode>once</forkMode> 
     135                    <reportFormat>xml</reportFormat> 
     136                    <classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>     
     137                    <!-- argLine>-XX:-UseSplitVerifier</argLine--> 
     138                </configuration> 
    128139            </plugin> 
    129140            <plugin> 
Note: See TracChangeset for help on using the changeset viewer.