skip tests on umbrella and utils projects pom
[transportpce.git] / common / pom.xml
index f14ae53393ceeca373a3412508b3845ee58f0a91..0b2fef7264de1818e51e8c1b710995e997c6d27b 100644 (file)
         </dependency>
     </dependencies>
 
+<!-- skipping test since this is a util 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>