I want to use the the following mojo: JDepend Maven Plugin
Unfortunately the generated report will also show dependencies to java.*, sun.* etc.
Now I have seen that one can specify a jdepend.properties
file where customization would happen. The thing is that I want to do this depending on the project. So I want to locate it somewhere in the project resources directory maybe, not in the user home directory.
Does someone know how this could work? How can I specify the path to my properties file?
And if this is not possible, how can I maybe exclude some classes in an other way?