Pull Maven surefire plugin for offline builds
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 2 Mar 2015 21:27:24 +0000 (16:27 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 2 Mar 2015 21:27:53 +0000 (16:27 -0500)
Change-Id: If6ed6d4f2c37f75dab52f0c30849727cce206493
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
integrationtest/pom.xml

index 259c55f734053192a461194791e169224c8fb398..9a549d9773e07afdd49d408ef287f46e16f36f41 100644 (file)
@@ -32,6 +32,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+
+    <!-- Cache surefire in Maven Local repo for offline builds -->
+    <dependency>
+      <groupId>org.apache.maven.surefire</groupId>
+      <artifactId>surefire-junit4</artifactId>
+      <version>${maven.surefire.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.surefire</groupId>
+      <artifactId>surefire-junit47</artifactId>
+      <version>${maven.surefire.version}</version>
+    </dependency>
   </dependencies>
   <build>
     <pluginManagement>