Skip to content

Commit

Permalink
make sure integration tests run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Sep 27, 2017
1 parent 14a23a1 commit bdfe185
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -446,6 +446,14 @@
<port.authority.directory>${user.dir}/target/port-authority-${maven.build.timestamp}</port.authority.directory>
</systemPropertyVariables>
</configuration>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit bdfe185

Please sign in to comment.