You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Joachim Van der Auwera (JIRA)" <ji...@codehaus.org> on 2010/06/16 13:51:12 UTC

[jira] Created: (MCHECKSTYLE-142) add access to maven properties

add access to maven properties
------------------------------

                 Key: MCHECKSTYLE-142
                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-142
             Project: Maven 2.x Checkstyle Plugin
          Issue Type: Improvement
    Affects Versions: 2.5
            Reporter: Joachim Van der Auwera
         Attachments: checkstyle-prop.patch

At least, access to ${basedir} inside the configuration files would be very useful.

-- 
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

        

[jira] Commented: (MCHECKSTYLE-142) add access to maven properties

Posted by "Joachim Van der Auwera (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCHECKSTYLE-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276716#comment-276716 ] 

Joachim Van der Auwera commented on MCHECKSTYLE-142:
----------------------------------------------------

Just for some addition info why I need this.
I have written a checkstyle rule which assures that the published API for a module does not change (based on annotations which indicate what the published API is).
To be able to do this check, a "api.txt" file is read as input (from ${basedir}/src/main/resources) and also written (to ${basedir}/target). This allows both manual comparison and allows replace the src file by the target file when a release is made.

> add access to maven properties
> ------------------------------
>
>                 Key: MCHECKSTYLE-142
>                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-142
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.5
>            Reporter: Joachim Van der Auwera
>         Attachments: checkstyle-prop.patch
>
>
> At least, access to ${basedir} inside the configuration files would be very useful.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira