[ https://issues.apache.org/jira/browse/MSITE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sylwester Lachiewicz closed MSITE-803. -------------------------------------- Resolution: Won't Fix > checkstyle version 8.4 not accessible. > --------------------------------------- > > Key: MSITE-803 > URL: https://issues.apache.org/jira/browse/MSITE-803 > Project: Maven Site Plugin > Issue Type: Wish > Reporter: Ernst Reissner > Priority: Major > > One may use checkstyle plugin for various versions of checkstyle e.g. > 8.4 specifying > {code:xml}<dependency> > <groupId>com.puppycrawl.tools</groupId> > <artifactId>checkstyle</artifactId> > <version>8.4</version> > </dependency>{code} > e.g. in the pluginManagement. > In contrast, it is not possible to specify this in the reporting section. > As a workaround, i would prefer adding a checkstyleVersion property in > the configuration. > Not that by default the plugin used checkstyle 6.11.2 whereas the current > is 8.4. > An even less expensive workaround would be to deliver the plugin invoking a > more recent version of checkstyle. > I would prefer at least 7.2. > It is bad that so various features are not accessible, as e.g. > designforextension is not reported if @Override found. -- This message was sent by Atlassian Jira (v8.20.10#820010)