Skip to content

Commit

Permalink
added failsafe dependencies to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Mar 20, 2013
1 parent 4fffd1b commit 366ece2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fcrepo-kernel/pom.xml
Expand Up @@ -81,6 +81,10 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions fcrepo-rss/pom.xml
Expand Up @@ -69,5 +69,14 @@
<version>1.0.0</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
4 changes: 4 additions & 0 deletions fcrepo-webapp/pom.xml
Expand Up @@ -93,6 +93,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
Expand Down

0 comments on commit 366ece2

Please sign in to comment.