-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.22
Coverage/Complexity Scatter Plot PlugIn 1.1.1
I'd like to disable the Subversion plugin in my Jenkins installation, and the only plugin that's consuming it right now is the Coverage/Complexity Scatter Plot.
I'm not an expert on how Jenkins plugins work, but it seems the sole reason for this is that the plugin's pom.xml references an old svn repo for Powermock. This has since moved to Github, so it would seem that the repo URL needs to be updated (or removed, if the library is available from the core Jenkins repo). I didn't find any other references to Subversion in the plugin's source code.
Can someone confirm this analysis?