ko/bck2brwsr/pom.xml
changeset 1825 e678bb6beb1f
parent 1809 72a0dbfa2ae8
child 1831 756236350081
     1.1 --- a/ko/bck2brwsr/pom.xml	Wed Mar 11 08:50:51 2015 +0100
     1.2 +++ b/ko/bck2brwsr/pom.xml	Wed Apr 15 17:21:28 2015 +0200
     1.3 @@ -48,6 +48,18 @@
     1.4                    <debug>false</debug>
     1.5                </configuration>
     1.6            </plugin>
     1.7 +          <plugin>
     1.8 +              <artifactId>maven-failsafe-plugin</artifactId>
     1.9 +              <version>2.16</version>
    1.10 +              <executions>
    1.11 +                  <execution>
    1.12 +                      <goals>
    1.13 +                          <goal>integration-test</goal>
    1.14 +                          <goal>verify</goal>
    1.15 +                      </goals>
    1.16 +                  </execution>
    1.17 +              </executions>
    1.18 +          </plugin>
    1.19        </plugins>
    1.20    </build>
    1.21    <dependencies>