【发布时间】:2016-08-13 16:09:35
【问题描述】:
我想从翻译和扫描中排除目标文件夹下的所有文件。我曾尝试使用 -exclude 参数,但它似乎不起作用。
[warning]: No files were excluded as the file patterns: [**/target/**/*] specified for -exclude option did not match any files.
HP Fortify Static Code Analyzer 6.42.0006 (using JVM 1.8.0_45)
Processing C:/path/ProjectName/target/test/test_fortify_exclusion2.jsp
Processing C:/path/ProjectName/target/test_fortify_exclusion.jsp
我也试过**target**和**/target/**。
【问题讨论】:
标签: fortify