You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2013/01/04 15:47:13 UTC

[jira] (MCHECKSTYLE-184) Allow src/main/resources to be searched by Checkstyle

Dennis Lundberg created MCHECKSTYLE-184:
-------------------------------------------

             Summary: Allow src/main/resources to be searched by Checkstyle
                 Key: MCHECKSTYLE-184
                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-184
             Project: Maven 2.x Checkstyle Plugin
          Issue Type: New Feature
    Affects Versions: 2.9.1
            Reporter: Dennis Lundberg


There is a nice check in Checkstyle that allows you to keep your localized resource bundles in sync.

<module name="Translation"/>
http://checkstyle.sourceforge.net/config_misc.html

In its current state maven-checkstyle-plugin cannot make use of this check, for two reasons:
# maven-checkstyle-plugin only recognizes {{\*\*/\*.java}} files. This can be re-configured with the <includes> parameter.
# maven-checkstyle-plugin supports only one source directory, which is configured with the <sourceDirectory> parameter.

We need to be able to add a resource directory (/src/main/resources by default) that is searched for {{\*\*/\*.properties}} files by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCHECKSTYLE-184) Allow src/main/resources to be searched by Checkstyle

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MCHECKSTYLE-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHECKSTYLE-184.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10
         Assignee: Dennis Lundberg

Fixed in [r1429846|http://svn.apache.org/viewvc?view=revision&revision=1429846] and [r1429852|http://svn.apache.org/viewvc?view=revision&revision=1429852].
                
> Allow src/main/resources to be searched by Checkstyle
> -----------------------------------------------------
>
>                 Key: MCHECKSTYLE-184
>                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-184
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.9.1
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>             Fix For: 2.10
>
>
> There is a nice check in Checkstyle that allows you to keep your localized resource bundles in sync.
> <module name="Translation"/>
> http://checkstyle.sourceforge.net/config_misc.html
> In its current state maven-checkstyle-plugin cannot make use of this check, for two reasons:
> # maven-checkstyle-plugin only recognizes {{\*\*/\*.java}} files. This can be re-configured with the <includes> parameter.
> # maven-checkstyle-plugin supports only one source directory, which is configured with the <sourceDirectory> parameter.
> We need to be able to add a resource directory (/src/main/resources by default) that is searched for {{\*\*/\*.properties}} files by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira