maven-surefire/0002-Port-to-current-doxia.patch

26 lines
1.3 KiB
Diff
Raw Normal View History

2018-07-02 12:28:31 +00:00
From 16e1a53ff612f4a9a777e09cdc45988e9abbe2e2 Mon Sep 17 00:00:00 2001
2016-05-05 09:24:13 +00:00
From: Michael Simacek <msimacek@redhat.com>
2018-07-02 12:28:31 +00:00
Date: Fri, 29 Jun 2018 12:44:37 +0200
Subject: [PATCH 2/4] Port to current doxia
2016-05-05 09:24:13 +00:00
---
2018-07-02 12:28:31 +00:00
.../maven/plugins/surefire/report/SurefireReportGenerator.java | 2 +-
2017-09-12 08:44:48 +00:00
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
2018-07-02 12:28:31 +00:00
index f9b9480..f142c8d 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
2018-07-02 12:28:31 +00:00
@@ -26,7 +26,7 @@ import java.util.Locale;
import java.util.Map;
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.impl.SinkEventAttributeSet;
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
--
2018-07-02 12:28:31 +00:00
2.17.1
2016-05-05 09:24:13 +00:00