File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/org/apache/maven/plugins/pmd Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ public abstract class AbstractPmdReport extends AbstractMavenReport {
97
97
* exclusion patterns only operate on the path of a source file relative to its source root directory. In other
98
98
* words, files are excluded based on their package and/or class name. If you want to exclude entire source root
99
99
* directories, use the parameter <code>excludeRoots</code> instead.
100
+ * If a file matches both includes and excludes, it is excluded.
100
101
*
101
102
* @since 2.2
102
103
*/
@@ -105,7 +106,7 @@ public abstract class AbstractPmdReport extends AbstractMavenReport {
105
106
106
107
/**
107
108
* A list of files to check. Can contain Ant-style wildcards and double wildcards. Defaults to
108
- * **\/*.java.
109
+ * **\/*.java. If a file matches both includes and excludes, it is excluded.
109
110
*
110
111
* @since 2.2
111
112
*/
You can’t perform that action at this time.
0 commit comments