File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 631631 <plugin >
632632 <groupId >com.github.spotbugs</groupId >
633633 <artifactId >spotbugs-maven-plugin</artifactId >
634- <configuration >
635- <fork >false</fork >
636- <plugins >
637- <plugin >
638- <groupId >com.h3xstream.findsecbugs</groupId >
639- <artifactId >findsecbugs-plugin</artifactId >
640- <version >${findsecbugs-plugin.version} </version >
641- </plugin >
642- </plugins >
643- </configuration >
644634 <executions >
645635 <execution >
646636 <id >default-spotbugs</id >
647637 <goals >
648638 <goal >check</goal >
649639 </goals >
650640 <phase >verify</phase >
641+ <configuration >
642+ <fork >false</fork >
643+ <plugins >
644+ <plugin >
645+ <groupId >com.h3xstream.findsecbugs</groupId >
646+ <artifactId >findsecbugs-plugin</artifactId >
647+ <version >${findsecbugs-plugin.version} </version >
648+ </plugin >
649+ </plugins >
650+ </configuration >
651651 </execution >
652652 </executions >
653653 </plugin >
You can’t perform that action at this time.
0 commit comments