Enable surefire unit tests
[sdnc/oam.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c927455..48901e0 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.17</version>
                                <configuration>
-                                       <skipTests>true</skipTests>
+                                       <skipTests>false</skipTests>
                                </configuration>
                        </plugin>
                        <plugin>