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

Commit

Permalink
Functional tests: fix blog and booking ftest poms to use SWR maven pl…
Browse files Browse the repository at this point in the history
…ugin
  • Loading branch information
Ron Smeral authored and mareknovotny committed Jul 4, 2013
1 parent 8581e53 commit 4bf3a97
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/blog/blog-ftest/pom.xml
Expand Up @@ -78,6 +78,22 @@
</dependencies>

<build>
<plugins>
<!-- Allows SWR to use correct Maven settings through Maven.configureResolverViaPlugin() -->
<plugin>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-maven-plugin</artifactId>
<version>2.0.0-beta-3</version>
<executions>
<execution>
<goals>
<goal>propagate-execution-context</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

<testResources>
<testResource>
<directory>src/test/resources</directory>
Expand Down
14 changes: 14 additions & 0 deletions examples/booking/booking-ftest/pom.xml
Expand Up @@ -85,6 +85,20 @@
</testResource>
</testResources>
<plugins>
<!-- Allows SWR to use correct Maven settings through Maven.configureResolverViaPlugin() -->
<plugin>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-maven-plugin</artifactId>
<version>2.0.0-beta-3</version>
<executions>
<execution>
<goals>
<goal>propagate-execution-context</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Unpack common booking tests from org.jboss.seam:functional-tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit 4bf3a97

Please sign in to comment.