Commit a8c4128 1 parent 46e9524 commit a8c4128 Copy full SHA for a8c4128
File tree 1 file changed +0
-14
lines changed
src/main/groovy/org/codehaus/mojo/spotbugs
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import java.util.stream.Collectors
31
31
32
32
import javax.inject.Inject
33
33
34
- import org.apache.maven.doxia.siterenderer.Renderer
35
34
import org.apache.maven.execution.MavenSession
36
35
import org.apache.maven.plugin.MojoExecutionException
37
36
import org.apache.maven.plugins.annotations.Mojo
@@ -136,10 +135,6 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
136
135
@Parameter (defaultValue = ' spotbugsXml.xml' , property = ' spotbugs.outputXmlFilename' )
137
136
String spotbugsXmlOutputFilename
138
137
139
- /* * Doxia Site Renderer. */
140
- @Inject
141
- Renderer siteRenderer
142
-
143
138
/* * Directory containing the class files for Spotbugs to analyze. */
144
139
@Parameter (defaultValue = ' ${project.build.outputDirectory}' , required = true )
145
140
File classFilesDirectory
@@ -710,15 +705,6 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
710
705
return outputDirectory. getAbsolutePath()
711
706
}
712
707
713
- /**
714
- * Return the Site Renderer.
715
- *
716
- */
717
- @Override
718
- protected Renderer getSiteRenderer () {
719
- return this . siteRenderer
720
- }
721
-
722
708
/**
723
709
* Determines if the JXR-Plugin is included in the report section of the POM.
724
710
*
You can’t perform that action at this time.
0 commit comments