Enable surefire unit tests
[sdnc/northbound.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9827b82..7b2b60a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.17</version>
                                <configuration>
-                                       <skipTests>true</skipTests>
+                                       <skipTests>false</skipTests>
                                </configuration>
                        </plugin>
                        <plugin>