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 #562 from metlos/bug/HWKINVENT-149
Browse files Browse the repository at this point in the history
[HWKINVENT-149] Import inventory itests from inventory module
  • Loading branch information
ppalaga committed Oct 15, 2015
2 parents 27114d8 + dd4fc3b commit 03536f2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1,093 deletions.
30 changes: 29 additions & 1 deletion modules/end-to-end-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@

<dependencies>

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>hawkular-inventory-itest</artifactId>
<version>${version.org.hawkular.inventory}</version>
</dependency>

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>hawkular-inventory-api</artifactId>
<scope>test</scope>
</dependency>


<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
Expand Down Expand Up @@ -205,6 +210,29 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-tests</id>
<phase>pre-integration-test</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.hawkular.inventory</groupId>
<artifactId>hawkular-inventory-itest</artifactId>
<version>${version.org.hawkular.inventory}</version>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 03536f2

Please sign in to comment.