[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=361472#comment-361472
 ] 

Andrew Gaul commented on MCHECKSTYLE-261:
-----------------------------------------

As a workaround, users can specify the Checkstyle dependency manually:

{noformat}
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-checkstyle-plugin</artifactId>
    <version>2.13</version>
    <dependencies>
        <dependency>
            <groupId>com.puppycrawl.tools</groupId>
            <artifactId>checkstyle</artifactId>
            <version>5.9</version>
        </dependency>
    </dependencies>
</plugin>
{noformat}

> Upgrade to Checkstyle 6.1.1
> ---------------------------
>
>                 Key: MCHECKSTYLE-261
>                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-261
>             Project: Maven Checkstyle Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.14
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>             Fix For: 2.15
>
>
> Upgrade to the latest 6.x version of Checkstyle, which at the time of writing 
> is 6.1.
> Note that this upgrade will make the Checkstyle plugin require Java 6, 
> because Checkstyle requires Java 6 since version 5.9.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to