jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x JavaNCSS Plugin
  • MJNCSS-3

exclude directory

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0-beta-1
  • Fix Version/s: 2.0-beta-2
  • Labels:
    None
  • Environment:
    Linux-2.4.21-4.ELsmp Release 3, jdk 1.5.0_07, maven-2.0.4

Description

It would be a nice have an exclude feature to omit directories when javancss generates the report.
This could follow the standard maven style.
For example
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javancss-maven-plugin</artifactId>
<version>2.0-beta-1</version>
<configuration>
<excludes>
<exclude>*/binding/*</exclude>
<exclude>*/persistence/*</exclude>
<exclude>com/example/dullcode/*/.class</exclude>
<exclude>com/example/**/*Test.class</exclude>
</excludes>
</configuration>
</plugin>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Jean-Laurent de Morlhon added a comment - 18/Nov/06 8:58 AM

Code & documentation up to date.

Show
Jean-Laurent de Morlhon added a comment - 18/Nov/06 8:58 AM Code & documentation up to date.

People

  • Assignee:
    Jean-Laurent de Morlhon
    Reporter:
    Sivanandan Srilakshmanan
Vote (0)
Watch (0)

Dates

  • Created:
    06/Aug/06 7:26 PM
    Updated:
    18/Nov/06 8:58 AM
    Resolved:
    18/Nov/06 8:58 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.