minesweeper/pom.xml
changeset 236 b157a20a6945
parent 235 22af9c43b8be
child 237 83302b8a5cdf
     1.1 --- a/minesweeper/pom.xml	Sun Jun 28 06:28:18 2015 +0200
     1.2 +++ b/minesweeper/pom.xml	Sun Jun 28 06:44:36 2015 +0200
     1.3 @@ -474,6 +474,22 @@
     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 +                      <executions>
    1.12 +                          <execution>
    1.13 +                              <goals>
    1.14 +                                  <goal>brwsr</goal>
    1.15 +                              </goals>
    1.16 +                          </execution>
    1.17 +                      </executions>
    1.18 +                      <configuration>
    1.19 +                          <directory>${project.build.directory}/${project.build.finalName}-teabrwsr/public_html/</directory>
    1.20 +                          <startpage>index.html</startpage>
    1.21 +                      </configuration>
    1.22 +                  </plugin>
    1.23                </plugins>
    1.24            </build>
    1.25        </profile>