clean common/pom.xml 11/90711/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 25 Jun 2020 21:33:35 +0000 (23:33 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 25 Jun 2020 23:14:31 +0000 (01:14 +0200)
to unforce Junit tests execution

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

common/pom.xml

index 00013b21ef90bd53c9cb646840950a0c3fe9afd9..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>false</skipTests>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>