diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-01 16:49:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-01 16:49:50 +0000 |
commit | eaac1814e8341b556b43d54e43165c46c3facc08 (patch) | |
tree | bf398f61977d71762c993c24adca756cf08af705 /asdc-controller/pom.xml | |
parent | c9296dc7147f22ed636f928f6c38ad099e3ed398 (diff) | |
parent | aaa93d4351b712762d6951a8c82bbe84c2077795 (diff) |
Merge "replace all fixed wiremock ports"
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r-- | asdc-controller/pom.xml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 7b774a2cce..35fbf9108c 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -30,7 +30,6 @@ <version>0.7.7.201606060606</version> <configuration> <excludes> - + <exclude>**/resource-examples/**</exclude> </excludes> </configuration> @@ -143,6 +142,24 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <executions> + <execution> + <id>default-test</id> + <goals> + <goal>test</goal> + </goals> + <configuration> + <includes> + <include>**/AllTestsTestSuite.java</include> + </includes> + <parallel>suites</parallel> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> <dependencies> @@ -232,7 +249,7 @@ <groupId>org.antlr</groupId> <artifactId>antlr4</artifactId> <version>${antlr.version}</version> - + <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |