|
93 | 93 | <artifactId>maven-surefire-plugin</artifactId>
|
94 | 94 | <version>2.18.1</version>
|
95 | 95 | <configuration>
|
96 |
| - <redirectTestOutputToFile> |
97 |
| - ${surefire.redirectTestOutputToFile} |
98 |
| - </redirectTestOutputToFile> |
| 96 | + <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile> |
| 97 | + <systemPropertyVariables> |
| 98 | + <org.asynchttpclient.shutdownQuietPeriod>10</org.asynchttpclient.shutdownQuietPeriod> |
| 99 | + <org.asynchttpclient.shutdownTimeout>100</org.asynchttpclient.shutdownTimeout> |
| 100 | + </systemPropertyVariables> |
99 | 101 | </configuration>
|
100 | 102 | </plugin>
|
101 | 103 | <plugin>
|
|
175 | 177 | </plugins>
|
176 | 178 | </build>
|
177 | 179 | </profile>
|
178 |
| - <profile> |
179 |
| - <id>offline-testing</id> |
180 |
| - <build> |
181 |
| - <plugins> |
182 |
| - <plugin> |
183 |
| - <artifactId>maven-surefire-plugin</artifactId> |
184 |
| - <configuration> |
185 |
| - <groups>standalone</groups> |
186 |
| - <redirectTestOutputToFile> |
187 |
| - ${surefire.redirectTestOutputToFile} |
188 |
| - </redirectTestOutputToFile> |
189 |
| - </configuration> |
190 |
| - </plugin> |
191 |
| - </plugins> |
192 |
| - </build> |
193 |
| - </profile> |
194 |
| - <profile> |
195 |
| - <id>online-testing</id> |
196 |
| - <build> |
197 |
| - <plugins> |
198 |
| - <plugin> |
199 |
| - <artifactId>maven-surefire-plugin</artifactId> |
200 |
| - <configuration> |
201 |
| - <groups>standalone, online</groups> |
202 |
| - <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile> |
203 |
| - <systemPropertyVariables> |
204 |
| - <org.asynchttpclient.shutdownQuietPeriod>1</org.asynchttpclient.shutdownQuietPeriod> |
205 |
| - <org.asynchttpclient.shutdownTimeout>100</org.asynchttpclient.shutdownTimeout> |
206 |
| - </systemPropertyVariables> |
207 |
| - </configuration> |
208 |
| - </plugin> |
209 |
| - </plugins> |
210 |
| - </build> |
211 |
| - </profile> |
212 | 180 | <profile>
|
213 | 181 | <id>test-output</id>
|
214 | 182 | <properties>
|
|
410 | 378 | <powermock.version>1.6.4</powermock.version>
|
411 | 379 | </properties>
|
412 | 380 | </project>
|
413 |
| - |
0 commit comments