File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 241
241
<plugin >
242
242
<groupId >org.apache.maven.plugins</groupId >
243
243
<artifactId >maven-surefire-plugin</artifactId >
244
- <version >2.8.1 </version >
244
+ <version >${surefire.version} </version >
245
245
<configuration >
246
246
<redirectTestOutputToFile >${surefire.redirectTestOutputToFile} </redirectTestOutputToFile >
247
247
</configuration >
474
474
<excludePackageNames >${javadoc.package.exclude} </excludePackageNames >
475
475
</configuration >
476
476
</plugin >
477
+ <plugin >
478
+ <groupId >org.apache.maven.plugins</groupId >
479
+ <artifactId >maven-surefire-report-plugin</artifactId >
480
+ <version >${surefire.version} </version >
481
+ </plugin >
477
482
</plugins >
478
483
</reporting >
479
484
<profiles >
584
589
<javadoc .package.exclude>com.ning.http.client.providers.grizzly</javadoc .package.exclude>
585
590
<source .property>1.5</source .property>
586
591
<target .property>1.5</target .property>
592
+ <surefire .version>2.12</surefire .version>
587
593
</properties >
588
594
</project >
589
595
You can’t perform that action at this time.
0 commit comments