File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 8484 <build >
8585 <finalName >JavaVulnerableLab</finalName >
8686 <plugins >
87- <plugin >
88- <groupId >org.codehaus.mojo</groupId >
89- <artifactId >findbugs-maven-plugin</artifactId >
90- <version >3.0.4</version >
91- <configuration >
92- <effort >Max</effort >
93- <threshold >Low</threshold >
94- <failOnError >true</failOnError >
95- <includeFilterFile >${session.executionRootDirectory} /findbugs-security-include.xml</includeFilterFile >
96- <excludeFilterFile >${session.executionRootDirectory} /findbugs-security-exclude.xml</excludeFilterFile >
97- <plugins >
98- <plugin >
99- <groupId >com.h3xstream.findsecbugs</groupId >
100- <artifactId >findsecbugs-plugin</artifactId >
101- <version >LATEST</version > <!-- Auto-update to the latest stable -->
102- </plugin >
103- </plugins >
104- </configuration >
105- </plugin >
10687 <plugin >
10788 <groupId >org.eclipse.jetty</groupId >
10889 <artifactId >jetty-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments