diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-02-22 19:04:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-22 19:04:34 +0000 |
commit | 684d27d171546d7d2f90d84f47faea152ce84966 (patch) | |
tree | 3b01aff00740d51aadc9c14a67e27091fc831faf /components/model-catalog/blueprint-model | |
parent | 714917ffea6b874eb976331774e3152044318130 (diff) | |
parent | 29a4193995c8812e6efb856e9d67ed8a00020b29 (diff) |
Merge "Revert removal of surefire plugin in test-blueprint-kotlin-parent"
Diffstat (limited to 'components/model-catalog/blueprint-model')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml | 26 |
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> |