diff options
author | MichaelMorris <michael.morris@est.tech> | 2019-04-04 16:06:42 +0000 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2019-04-04 20:24:55 +0000 |
commit | 4602430ef0e94f14088c7428740902868a1e7ba8 (patch) | |
tree | 8ad26d27a7c4c35c3b15290a821018e314ebe4e9 /adapters/mso-vnfm-adapter/mso-vnfm-etsi-adapter/pom.xml | |
parent | f81920304c7b62637d32473e672a1e51275ce54b (diff) |
Notification handling for instantiate
Issue-ID: SO-1629
Change-Id: I3ef8aae6f40c83600b723d5c8a5e8a2c7d7b1516
Signed-off-by: MichaelMorris <michael.morris@est.tech>
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> |