clean common/pom.xml 62/91162/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 25 Jun 2020 21:33:35 +0000 (23:33 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Fri, 10 Jul 2020 13:18:09 +0000 (15:18 +0200)
to unforce Junit tests execution

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I6d565a6ddc5a3a982b81521ae20df50e564747d0

common/pom.xml

index 0b4681207b25c8977ce6e6560fff8f8734d0afd3..7c3b09e8e02a8a8a2d19006600d0d4bb688eea6f 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>false</skipTests>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>