diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/BaseViolationCheckMojo.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/BaseViolationCheckMojo.groovy index 7c27277b..2928ed6f 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/BaseViolationCheckMojo.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/BaseViolationCheckMojo.groovy @@ -120,10 +120,6 @@ abstract class BaseViolationCheckMojo extends AbstractMojo { @Parameter (defaultValue = '${session}', required = true, readonly = true) MavenSession session - /** Encoding used for xml files. Default value is UTF-8. */ - @Parameter(defaultValue = "UTF-8", readonly = true) - String xmlEncoding - /** * The file encoding to use when reading the source files. If the property project.build.sourceEncoding * is not set, the platform default encoding is used. diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy index cd04f19b..143ec009 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy @@ -189,10 +189,6 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait { @Parameter (defaultValue = '${session}', required = true, readonly = true) MavenSession session - /** Encoding used for xml files. Default value is UTF-8. */ - @Parameter(defaultValue = "UTF-8", readonly = true) - String xmlEncoding - /** * The file encoding to use when reading the source files. If the property project.build.sourceEncoding * is not set, the platform default encoding is used.