You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Wim Deblauwe (JIRA)" <ji...@codehaus.org> on 2005/03/12 09:07:34 UTC

[jira] Created: (MPJDEPEND-3) Allow exclusion of certain class files

Allow exclusion of certain class files
--------------------------------------

         Key: MPJDEPEND-3
         URL: http://jira.codehaus.org/browse/MPJDEPEND-3
     Project: maven-jdepend-plugin
        Type: Improvement
 Environment: - Maven 1.0.2
- Default JDepend plugin from that Maven version
    Reporter: Wim Deblauwe


When using Clover with JDepend, I see all clover generated classes also in the JDepend report. I would like to be to exclude those. Preferably, there should be a property like:

maven.jdepend.excludes=**/*_CLOVER_*.*

Any matching class would be excluded from the JDepend report

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJDEPEND-3) Allow exclusion of certain class files

Posted by "Wim Deblauwe (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJDEPEND-3?page=comments#action_41779 ] 

Wim Deblauwe commented on MPJDEPEND-3:
--------------------------------------

You can work around it by putting a jdepend.properties file in your home directory with this contents:

ignore.clover=com_cenqua_clover
analyzeInnerClasses=false

It's not very ideal (every developer has to put this into his/her home directory), but it's the only solution I see currently.

> Allow exclusion of certain class files
> --------------------------------------
>
>          Key: MPJDEPEND-3
>          URL: http://jira.codehaus.org/browse/MPJDEPEND-3
>      Project: maven-jdepend-plugin
>         Type: Improvement
>  Environment: - Maven 1.0.2
> - Default JDepend plugin from that Maven version
>     Reporter: Wim Deblauwe

>
>
> When using Clover with JDepend, I see all clover generated classes also in the JDepend report. I would like to be to exclude those. Preferably, there should be a property like:
> maven.jdepend.excludes=**/*_CLOVER_*.*
> Any matching class would be excluded from the JDepend report

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJDEPEND-3) Allow exclusion of certain class files

Posted by "Joshua Davis (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJDEPEND-3?page=comments#action_41777 ] 

Joshua Davis commented on MPJDEPEND-3:
--------------------------------------

I noticed this as well.   Clover breaks this plugin by making lots of strange class files.

> Allow exclusion of certain class files
> --------------------------------------
>
>          Key: MPJDEPEND-3
>          URL: http://jira.codehaus.org/browse/MPJDEPEND-3
>      Project: maven-jdepend-plugin
>         Type: Improvement
>  Environment: - Maven 1.0.2
> - Default JDepend plugin from that Maven version
>     Reporter: Wim Deblauwe

>
>
> When using Clover with JDepend, I see all clover generated classes also in the JDepend report. I would like to be to exclude those. Preferably, there should be a property like:
> maven.jdepend.excludes=**/*_CLOVER_*.*
> Any matching class would be excluded from the JDepend report

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPJDEPEND-3) Allow exclusion of certain class files

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJDEPEND-3?page=all ]
     
Lukas Theussl closed MPJDEPEND-3:
---------------------------------

     Resolution: Fixed
    Fix Version: 1.6

Fixed with MPJDEPEND-2.

> Allow exclusion of certain class files
> --------------------------------------
>
>          Key: MPJDEPEND-3
>          URL: http://jira.codehaus.org/browse/MPJDEPEND-3
>      Project: maven-jdepend-plugin
>         Type: Improvement

>  Environment: - Maven 1.0.2
> - Default JDepend plugin from that Maven version
>     Reporter: Wim Deblauwe
>      Fix For: 1.6

>
>
> When using Clover with JDepend, I see all clover generated classes also in the JDepend report. I would like to be to exclude those. Preferably, there should be a property like:
> maven.jdepend.excludes=**/*_CLOVER_*.*
> Any matching class would be excluded from the JDepend report

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org