HyukjinKwon commented on a change in pull request #29286:
URL: https://github.com/apache/spark/pull/29286#discussion_r475038304
##########
File path: project/plugins.sbt
##########
@@ -38,28 +37,19 @@ resolvers += Resolver.url("bintray",
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
// sbt 1.0.0 support: https://github.com/AlpineNow/junit_xml_listener/issues/6
-addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
+// addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
Review comment:
I think we don't use this plugin anymore. Looks like this plug was to
generate JUnit test report but seems SBT introduced this feature by default
after a while (https://www.scala-sbt.org/0.13/docs/Testing.html#Test+Reports).
cc @dbtsai and @ScrapCodes from SPARK-2413 and SPARK-1776 if you guys
remember anything about it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]