[ 
http://jira.codehaus.org/browse/MFINDBUGS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=192509#action_192509
 ] 

Garvin LeClaire commented on MFINDBUGS-92:
------------------------------------------

See 
http://mojo.codehaus.org/findbugs-maven-plugin/2.2-SNAPSHOT/examples/multi-module-config.html
 specifically the subject "Create a subproject to house the resources".

This way you can put your files in your repository and version them.  When a 
developer runs a build once, they are capable of doing an offline build because 
the configurations will be in the local repository.  You will also be able to 
keep versions of the configurations.

Garvin 

> Allow the use or URIs for includeFilter and excludeFilter -(CLONE)
> ------------------------------------------------------------------
>
>                 Key: MFINDBUGS-92
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-92
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Improvement
>            Reporter: Sebastien Gringoire
>            Assignee: Garvin LeClaire
>
> It seems impossible to use URI to declare an include or exclude filter 
> definition :
> * http://intra.svn.mycompany.com/conf/findbugs-exclude.xml
> * file:///C:/path/to/conf/findbugs-exclude.xml
> None of these work.
> I am not sure if it the best way to do it, but I added two properties in the 
> Mojo : includeFilterUri and excludeFilterUri. I also modified the 
> addFilterToFindBugs method to take this into account (see the patch attached).

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to