Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #759 from Jiri-Kremser/enabling-end-2-end-itest
Browse files Browse the repository at this point in the history
Enabling the end-to-end integration test.
  • Loading branch information
pilhuhn committed Jan 11, 2016
2 parents ce63158 + 0fe9fc8 commit 1573910
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/end-to-end-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,13 @@
<version>${project.version}</version>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
</artifactItem>

<artifactItem>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-end-to-end-tests</artifactId>
<version>${project.version}</version>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit 1573910

Please sign in to comment.