replace 'tail -F' by python portable code in tests
[transportpce.git] / common / pom.xml
index 6188d79b20cbb4d9ba3f271701e62390314426eb..c2e1aa9ba67b8e18249fa1699380119bfe3bb982 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>