From 952f19fbfac8c5bef9ffbb345f33e4f1f8978b32 Mon Sep 17 00:00:00 2001 From: Richard Mortimer Date: Fri, 30 Sep 2011 12:25:25 +0100 Subject: [PATCH] [FIXED JENKINS-10913] Add support for maven-android-plugin integration test Earlier versions of the plugin (2.x and prior to 3.0.0-alpha6) do not produce test reports and also do not accept the same configuration properties. Ignore those earlier versions. Also accept the new plugin name android-maven-plugin (changed to fit with Maven plugin naming guidelines). --- changelog.html | 3 +++ .../hudson/maven/reporters/SurefireArchiver.java | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 121e959906..815b6560e0 100644 --- a/changelog.html +++ b/changelog.html @@ -55,6 +55,9 @@ Upcoming changes