Alexander Kriegisch created MCHECKSTYLE-406:
-----------------------------------------------
Summary: Make plugin compatible with Checkstyle 8.44
Key: MCHECKSTYLE-406
URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-406
Project: Maven Checkstyle Plugin
Issue Type: Dependency upgrade
Affects Versions: 3.1.2
Reporter: Alexander Kriegisch
On GitHub, Dependabot suggests upgrading Checkstyle to something more recent
than 8.41.1, but the corresponding builds fail, both for 8.43 and 8.44, e.g.
[this
build|https://github.com/dev-aspectj/aspectj-maven-plugin/pull/20/checks?check_run_id=2933248023]:
{code}
Error: Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on project
aspectj-maven-plugin: Error generating maven-checkstyle-plugin:3.1.2:checkstyle
report: Failed during checkstyle configuration: cannot initialize module
TreeWalker - cannot initialize module JavadocMethod - Property 'scope' does not
exist, please check the documentation -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on project
aspectj-maven-plugin: Error generating maven-checkstyle-plugin:3.1.2:checkstyle
report
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
(...)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error generating
maven-checkstyle-plugin:3.1.2:checkstyle report
at org.apache.maven.plugins.site.render.SiteMojo.execute (SiteMojo.java:151)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:210)
(...)
Caused by: org.apache.maven.reporting.MavenReportException: Failed during
checkstyle configuration
at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure
(AutomaticBean.java:201)
at
org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle
(DefaultCheckstyleExecutor.java:167)
at
org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport.executeReport
(AbstractCheckstyleReport.java:533)
(...)
{code}
This is in no way urgent, but as Dependabot keeps bugging me with this for
every new Checkstyle version, I thought I should mention it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)