rt/vm8/pom.xml
changeset 1719 d83b02a4b7a8
parent 1692 2f800fdc371e
child 1733 955520296b08
     1.1 --- a/rt/vm8/pom.xml	Sun Sep 14 19:27:44 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Thu Oct 30 17:21:08 2014 +0100
     1.3 @@ -32,6 +32,21 @@
     1.4                      </systemProperties>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +                <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.10 +                <version>${project.version}</version>
    1.11 +                <executions>
    1.12 +                    <execution>
    1.13 +                        <goals>
    1.14 +                            <goal>aot</goal>
    1.15 +                        </goals>
    1.16 +                        <phase>verify</phase>
    1.17 +                    </execution>
    1.18 +                </executions>
    1.19 +                <configuration>
    1.20 +                </configuration>
    1.21 +            </plugin>
    1.22          </plugins>
    1.23      </build>
    1.24      <dependencies>
    1.25 @@ -58,7 +73,13 @@
    1.26              <groupId>${project.groupId}</groupId>
    1.27              <artifactId>emul</artifactId>
    1.28              <version>${project.version}</version>
    1.29 -            <scope>test</scope>
    1.30 +            <scope>compile</scope>
    1.31 +        </dependency>
    1.32 +        <dependency>
    1.33 +            <groupId>org.apidesign.bck2brwsr</groupId>
    1.34 +            <artifactId>emul.mini</artifactId>
    1.35 +            <version>${project.version}</version>
    1.36 +            <scope>compile</scope>
    1.37          </dependency>
    1.38          <dependency>
    1.39              <groupId>org.apidesign.bck2brwsr</groupId>
    1.40 @@ -72,6 +93,12 @@
    1.41              <artifactId>launcher.http</artifactId>
    1.42              <version>${project.version}</version>
    1.43              <scope>test</scope>
    1.44 +            <exclusions>
    1.45 +                <exclusion>
    1.46 +                    <groupId>com.oracle</groupId>
    1.47 +                    <artifactId>javafx</artifactId>
    1.48 +                </exclusion>
    1.49 +            </exclusions>
    1.50          </dependency>
    1.51      </dependencies>
    1.52  </project>
    1.53 \ No newline at end of file