Set SureFire plugin version to make tests work 42/111742/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 26 Aug 2020 12:04:17 +0000 (14:04 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 26 Aug 2020 12:04:21 +0000 (14:04 +0200)
When the SureFire plugin version is not set to 2.22.2 the tests are not
started.

Change-Id: Iaface367461187ba2a9068b2c8d8bcbca031d404
Issue-ID: CCSDK-2502
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
a1-policy-management/pom.xml

index 5e78eb3..1112937 100644 (file)
@@ -63,6 +63,7 @@
         <docker-maven-plugin>0.30.0</docker-maven-plugin>
         <version.dmaap>1.1.11</version.dmaap>
         <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
+        <surefire-maven-plugin.version>2.22.2</surefire-maven-plugin.version><!-- Version must be this for tests to be run. Do not remove! -->
         <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
         <exec.skip>true</exec.skip>
     </properties>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <version>${surefire-maven-plugin.version}</version>
                 <configuration>
                     <skipTests>false</skipTests>
                 </configuration>