diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-05 13:45:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-05 13:45:50 +0000 |
commit | e2cda6b9d90f6a5e7ed856eddb36280f4cbdeff4 (patch) | |
tree | 118d641fd936d8f6b2f0d2de186db1a99f764f1c /adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml | |
parent | 8dcb6c2cfe69e95e22601eb1b15b6cbaa6b8746a (diff) | |
parent | 4602430ef0e94f14088c7428740902868a1e7ba8 (diff) |
Merge "Notification handling for instantiate"
Diffstat (limited to 'adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml')
-rw-r--r-- | adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml b/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml index d932c4e768..f97c1b8c56 100644 --- a/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml +++ b/adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml @@ -45,6 +45,19 @@ <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <systemPropertyVariables> + <so.log.level>DEBUG</so.log.level> + </systemPropertyVariables> + <rerunFailingTestsCount>2</rerunFailingTestsCount> + <parallel>suites</parallel> + <useUnlimitedThreads>false</useUnlimitedThreads> + <threadCount>1</threadCount> + </configuration> + </plugin> </plugins> </build> <dependencies> |