ko/kosample/client-web/pom.xml
changeset 1947 12a252145892
parent 1941 621825e167d7
     1.1 --- a/ko/kosample/client-web/pom.xml	Tue Apr 26 08:04:12 2016 +0200
     1.2 +++ b/ko/kosample/client-web/pom.xml	Wed Apr 27 06:14:49 2016 +0200
     1.3 @@ -295,5 +295,31 @@
     1.4                  </plugins>
     1.5              </build>
     1.6          </profile>
     1.7 +        <profile>
     1.8 +            <id>test-run</id>
     1.9 +            <activation>
    1.10 +                <property>
    1.11 +                    <name>!skipTests</name>
    1.12 +                </property>
    1.13 +            </activation>
    1.14 +            <build>
    1.15 +                <plugins>
    1.16 +                    <plugin>
    1.17 +                        <groupId>org.apidesign.bck2brwsr</groupId>
    1.18 +                        <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.19 +                        <version>${project.version}</version>
    1.20 +                        <executions>
    1.21 +                            <execution>
    1.22 +                                <id>show</id>
    1.23 +                                <goals>
    1.24 +                                    <goal>show</goal>
    1.25 +                                </goals>
    1.26 +                                <phase>integration-test</phase>
    1.27 +                            </execution>
    1.28 +                        </executions>
    1.29 +                    </plugin>
    1.30 +                </plugins>
    1.31 +            </build>
    1.32 +        </profile>
    1.33      </profiles>
    1.34  </project>