rt/emul/zip/pom.xml
branchclosure
changeset 1553 18ad02fdd1ef
parent 1551 0002739b6d1f
child 1624 3e565843a131
     1.1 --- a/rt/emul/zip/pom.xml	Fri May 09 08:37:20 2014 +0200
     1.2 +++ b/rt/emul/zip/pom.xml	Sun May 11 08:05:59 2014 +0200
     1.3 @@ -14,6 +14,19 @@
     1.4          virtual machine.
     1.5      </description>
     1.6      <packaging>jar</packaging>
     1.7 +    <build>
     1.8 +        <plugins>
     1.9 +            <plugin>
    1.10 +                <groupId>org.apache.maven.plugins</groupId>
    1.11 +                <artifactId>maven-surefire-plugin</artifactId>
    1.12 +                <configuration>
    1.13 +                    <systemProperties>
    1.14 +                        <vmtest.js>brwsr</vmtest.js>
    1.15 +                    </systemProperties>
    1.16 +                </configuration>
    1.17 +            </plugin>     
    1.18 +        </plugins>
    1.19 +    </build>
    1.20      <dependencies>
    1.21          <dependency>
    1.22              <groupId>org.apidesign.bck2brwsr</groupId>