Skip to content

Commit

Permalink
exclude external itests from -Prest[-only] in anticipation of these
Browse files Browse the repository at this point in the history
tests breaking out into a separate module for the external alerting
component (aka alerts-metrics)
  • Loading branch information
jshaughn committed Jul 2, 2015
1 parent 0491087 commit 58d3d46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hawkular-alerts-rest-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
<includes>
<include>**/*ITest*</include>
</includes>
<excludes>
<exclude>**/external/*ITest*</exclude>
</excludes>
<systemPropertyVariables>
<hawkular.host>${hawkular.host}</hawkular.host>
<hawkular.port>${hawkular.port}</hawkular.port>
Expand Down Expand Up @@ -328,6 +331,9 @@
<includes>
<include>**/*ITest*</include>
</includes>
<excludes>
<exclude>**/external/*ITest*</exclude>
</excludes>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 58d3d46

Please sign in to comment.