We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e91318 commit 74eeda9Copy full SHA for 74eeda9
1 file changed
pom.xml
@@ -77,10 +77,10 @@
77
<exclude>**/com/checkmarx/ast/remediation/**</exclude>
78
<exclude>**/com/checkmarx/ast/project/**</exclude>
79
<exclude>**/com/checkmarx/ast/tenant/**</exclude>
80
- <exclude>**/com/checkmarx/ast/wrapper/Execution**</exclude>
81
- <exclude>**/com/checkmarx/ast/wrapper/CxConstants**</exclude>
82
- <exclude>**/com/checkmarx/ast/wrapper/CxException**</exclude>
83
- <exclude>**/com/checkmarx/ast/wrapper/CxConfig**</exclude>
+ <exclude>**/com/checkmarx/ast/wrapper/Execution.class</exclude>
+ <exclude>**/com/checkmarx/ast/wrapper/CxConstants.class</exclude>
+ <exclude>**/com/checkmarx/ast/wrapper/CxException.class</exclude>
+ <exclude>**/com/checkmarx/ast/wrapper/CxConfig.class</exclude>
84
85
<!-- Add other patterns as needed -->
86
</excludes>
0 commit comments