No need to profiles. Just run with -Dvmtest.brwsrs=firefox
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 27 Dec 2012 19:39:58 +0100
changeset 388e1f64baf73b9
parent 387 12a2ad881dc4
child 389 f69966d2e6cb
No need to profiles. Just run with -Dvmtest.brwsrs=firefox
benchmarks/matrix-multiplication/pom.xml
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Thu Dec 27 17:17:24 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Thu Dec 27 19:39:58 2012 +0100
     1.3 @@ -28,45 +28,6 @@
     1.4        </plugins>
     1.5    </build>
     1.6    
     1.7 -  <profiles>
     1.8 -    <profile>
     1.9 -      <id>run-benchmarks</id>
    1.10 -      <activation>
    1.11 -        <property><name>bck2brwsr.runBenchmarks.browsers</name></property>
    1.12 -      </activation>
    1.13 -
    1.14 -      <build>
    1.15 -        <plugins>
    1.16 -
    1.17 -          <plugin>
    1.18 -            <groupId>com.googlecode.jstd-maven-plugin</groupId>
    1.19 -            <artifactId>jstd-maven-plugin</artifactId>
    1.20 -            <version>1.3.2.5</version>
    1.21 -            <configuration>
    1.22 -                <port>9876</port>
    1.23 -                <browser>${bck2brwsr.runBenchmarks.browsers}</browser>
    1.24 -                <browserTimeout>720</browserTimeout>
    1.25 -                <tests>all</tests>
    1.26 -                <config>jsTestDriver.conf</config>
    1.27 -                <reset>true</reset>
    1.28 -                <testOutput>${basedir}/target/testOutput</testOutput>
    1.29 -                <!-- runnerMode>DEBUG</runnerMode -->
    1.30 -            </configuration>
    1.31 -            <executions>
    1.32 -                <execution>
    1.33 -                    <id>run-tests</id>
    1.34 -                    <goals>
    1.35 -                        <goal>test</goal>
    1.36 -                    </goals>
    1.37 -                </execution>
    1.38 -            </executions>
    1.39 -          </plugin>
    1.40 -
    1.41 -        </plugins>
    1.42 -      </build>
    1.43 -    </profile>
    1.44 -  </profiles>
    1.45 -
    1.46    <dependencies>
    1.47      <dependency>
    1.48        <groupId>org.apidesign.bck2brwsr</groupId>