Package: surefire / 2.10-4

Metadata

Package Version Patches format
surefire 2.10-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pom.patch | (download)

pom.xml | 13 4 + 9 - 0 !
1 file changed, 4 insertions(+), 9 deletions(-)

 disable maven artifacts not available in debian
fix junit provider selection.patch | (download)

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 surefire can't correctly detect the 4.x version of
 JUnit that is present in the Debian Maven Repository.
 .
 This patch corrects that - its safe to assume that its greater
 than 4.7 as sid contains 4.8.2. The JUnit4Provider should
 never get selected due to the way these two checks are combined.