aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-02-22 19:04:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-22 19:04:34 +0000
commit684d27d171546d7d2f90d84f47faea152ce84966 (patch)
tree3b01aff00740d51aadc9c14a67e27091fc831faf
parent714917ffea6b874eb976331774e3152044318130 (diff)
parent29a4193995c8812e6efb856e9d67ed8a00020b29 (diff)
Merge "Revert removal of surefire plugin in test-blueprint-kotlin-parent"
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
index 72cc386a7..9ab95df59 100644
--- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
+++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
@@ -209,6 +209,32 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>integration-tests</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-test</id>
+ <phase>test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>