benchmarks/sieve/pom.xml
changeset 1860 4ce38f21f4cd
parent 1854 826eb936c9a8
child 1874 0ba84325bac7
     1.1 --- a/benchmarks/sieve/pom.xml	Sun Jan 24 12:08:45 2016 +0100
     1.2 +++ b/benchmarks/sieve/pom.xml	Tue Jan 26 04:36:23 2016 +0100
     1.3 @@ -38,6 +38,15 @@
     1.4                </configuration>
     1.5            </plugin>      
     1.6            <plugin>
     1.7 +              <groupId>org.apache.maven.plugins</groupId>
     1.8 +              <artifactId>maven-surefire-plugin</artifactId>
     1.9 +              <configuration>
    1.10 +                  <systemPropertyVariables>
    1.11 +                      <vmtest.js>brwsr</vmtest.js>
    1.12 +                  </systemPropertyVariables>
    1.13 +              </configuration>
    1.14 +          </plugin>
    1.15 +          <plugin>
    1.16                <groupId>org.codehaus.mojo</groupId>
    1.17                <artifactId>xml-maven-plugin</artifactId>
    1.18                <version>1.0</version>