[ 
http://jira.codehaus.org/browse/MCHECKSTYLE-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194861#action_194861
 ] 

jieryn commented on MCHECKSTYLE-105:
------------------------------------

I just tried out the 2.4-SNAPSHOT using the following configuration, and 
running directly with *mvn checkstyle:checkstyle*, and also from *mvn site*. I 
don't detect anything out of the ordinary, nice job!

\\

{code}
        <plugin>
          <artifactId>maven-checkstyle-plugin</artifactId>
          <version>2.4-SNAPSHOT</version>
          <configuration>
            <includeTestSourceDirectory>true</includeTestSourceDirectory>
            
<configLocation>${project.build.directory}/maven-shared-archive-resources/com/ibm/isvt/checkstyle.xml</configLocation>
            <headerLocation>licenses/LICENSE-java</headerLocation>
            
<xrefLocation>${project.reporting.outputDirectory}/${xref.depth}/xref</xrefLocation>
          </configuration>
        </plugin>
{code}

> Update to Checkstyle 5.0
> ------------------------
>
>                 Key: MCHECKSTYLE-105
>                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-105
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Felix Röthenbacher
>             Fix For: 2.4
>
>         Attachments: patch.diff, update-to-5.0-812221.patch, 
> update-to-5.0.patch, update-to-5.0beta2.patch
>
>
> Checkstyle 5.0-beta01 adds support for generics, etc.
> See
> http://checkstyle.sourceforge.net/5.x/releasenotes.html
> for a list of new features.
> Note: Prerequisite is that checkstyle-all jar, version 5.0-beta01 is 
> available from a public Maven repository.
> Patch updates plugin to changed API / implementation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to