Add snapshot repository definition in order to enable integration testing on jenkins
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1430782 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/pom.xml b/ipojo/tests/pom.xml
index e7deb0f..6fd1c15 100644
--- a/ipojo/tests/pom.xml
+++ b/ipojo/tests/pom.xml
@@ -34,8 +34,33 @@
<name>OW2 Snapshot Repository</name>
<url>http://maven.ow2.org/maven2-snapshot/</url>
</repository>
+
+ <repository>
+ <id>apache.snapshots</id>
+ <name>snapshot plugins</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache.plugins.snapshots</id>
+ <name>snapshot plugins</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
<properties>
<ipojo.core.release>1.8.2</ipojo.core.release>