2017-09-18 06:12:18 +00:00
|
|
|
From 6a19c8e2f0759b14220110c281af6d9e0c894332 Mon Sep 17 00:00:00 2001
|
2016-05-05 09:24:13 +00:00
|
|
|
From: Michael Simacek <msimacek@redhat.com>
|
|
|
|
Date: Thu, 5 May 2016 11:19:09 +0200
|
2017-07-10 08:40:09 +00:00
|
|
|
Subject: [PATCH 2/3] Fix test with doxia-1.7
|
2016-05-05 09:24:13 +00:00
|
|
|
|
|
|
|
---
|
2017-09-12 08:44:48 +00:00
|
|
|
.../apache/maven/plugins/surefire/report/SurefireReportGenerator.java | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2016-05-05 09:24:13 +00:00
|
|
|
|
|
|
|
diff --git a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java
|
2017-09-18 06:12:18 +00:00
|
|
|
index 90328cf..7342791 100644
|
2016-05-05 09:24:13 +00:00
|
|
|
--- a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java
|
|
|
|
+++ b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java
|
|
|
|
@@ -27,8 +27,8 @@ import java.util.Map;
|
2017-09-18 06:12:18 +00:00
|
|
|
import java.util.ResourceBundle;
|
|
|
|
import org.apache.maven.doxia.markup.HtmlMarkup;
|
|
|
|
import org.apache.maven.doxia.sink.Sink;
|
|
|
|
-import org.apache.maven.doxia.sink.SinkEventAttributeSet;
|
|
|
|
import org.apache.maven.doxia.sink.SinkEventAttributes;
|
2016-05-05 09:24:13 +00:00
|
|
|
+import org.apache.maven.doxia.sink.impl.SinkEventAttributeSet;
|
2017-09-18 06:12:18 +00:00
|
|
|
import org.apache.maven.doxia.util.DoxiaUtils;
|
|
|
|
import org.apache.maven.plugin.surefire.log.api.ConsoleLogger;
|
|
|
|
import org.apache.maven.reporting.MavenReportException;
|
2016-05-05 09:24:13 +00:00
|
|
|
--
|
2017-09-12 08:44:48 +00:00
|
|
|
2.13.5
|
2016-05-05 09:24:13 +00:00
|
|
|
|