minesweeper/pom.xml
branchteavm
changeset 233 908708015f61
parent 221 0c3b47231206
     1.1 --- a/minesweeper/pom.xml	Fri Oct 31 23:49:53 2014 +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>