skip tests on umbrella and utils projects pom
[transportpce.git] / features / odl-transportpce-rest / pom.xml
index 8d09163d62ff91af34c1b25ca202f72f4e48f92b..4d1ff66be5f3f7945112dd9ddd5e3efd27482135 100644 (file)
@@ -43,4 +43,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
     </dependency>
   </dependencies>
+
+<!-- skipping test since this is an umbrella project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>