Simplifying execution of TeaVM version. Use: mvn -Pteabrwsr clean package bck2brwsr:brwsr teavm
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 23 Feb 2015 10:34:39 +0100
branchteavm
changeset 233908708015f61
parent 232 ea742dce43b4
Simplifying execution of TeaVM version. Use: mvn -Pteabrwsr clean package bck2brwsr:brwsr
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Mon Feb 23 10:27:39 2015 +0100
     1.2 +++ b/minesweeper/pom.xml	Mon Feb 23 10:34:39 2015 +0100
     1.3 @@ -467,6 +467,15 @@
     1.4                            </execution>
     1.5                        </executions>                
     1.6                    </plugin>      
     1.7 +                  <plugin>
     1.8 +                      <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +                      <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.10 +                      <version>${bck2brwsr.version}</version>
    1.11 +                      <configuration>
    1.12 +                          <directory>${project.build.directory}/${project.build.finalName}-teabrwsr/public_html/</directory>
    1.13 +                          <startpage>index.html</startpage>
    1.14 +                      </configuration>
    1.15 +                  </plugin>
    1.16                </plugins>
    1.17            </build>
    1.18        </profile>