Skip to content

Commit

Permalink
fix: the default profile in ftests is functional-tests, which runs the
Browse files Browse the repository at this point in the history
verifier
  • Loading branch information
MatousJobanek committed Jun 9, 2017
1 parent 1699e45 commit 8c5ed5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@

<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<id>greeter-test</id>
<build>
<plugins>
<plugin>
Expand All @@ -93,6 +90,9 @@
</profile>
<profile>
<id>functional-tests</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 8c5ed5e

Please sign in to comment.