systemProperties has been deprecated, using systemPropertyVariables
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 09 Mar 2013 14:12:29 +0100
changeset 827309878691222
parent 826 fb751bcc23fd
child 828 91d9fa810a43
systemProperties has been deprecated, using systemPropertyVariables
rt/emul/brwsrtest/pom.xml
     1.1 --- a/rt/emul/brwsrtest/pom.xml	Sat Mar 09 11:58:50 2013 +0100
     1.2 +++ b/rt/emul/brwsrtest/pom.xml	Sat Mar 09 14:12:29 2013 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4    <groupId>org.apidesign.bck2brwsr</groupId>
     1.5    <artifactId>brwsrtest</artifactId>
     1.6    <version>0.5-SNAPSHOT</version>
     1.7 -  <name>brwsrtest</name>
     1.8 +  <name>Tests Inside Real Browser</name>
     1.9    <url>http://maven.apache.org</url>
    1.10    <properties>
    1.11      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.12 @@ -29,9 +29,9 @@
    1.13                <groupId>org.apache.maven.plugins</groupId>
    1.14                <artifactId>maven-surefire-plugin</artifactId>
    1.15                <configuration>
    1.16 -                  <systemProperties>
    1.17 +                  <systemPropertyVariables>
    1.18                        <vmtest.js>brwsr</vmtest.js>
    1.19 -                  </systemProperties>
    1.20 +                  </systemPropertyVariables>
    1.21                </configuration>
    1.22            </plugin>
    1.23        </plugins>