File tree Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Original file line number Diff line number Diff line change 69
69
<directory >target</directory >
70
70
<finalName >${project.artifactId} -${project.version} </finalName >
71
71
<plugins >
72
- <plugin >
73
- <groupId >org.owasp</groupId >
74
- <artifactId >dependency-check-maven</artifactId >
75
- <version >6.5.3</version >
76
- <executions >
77
- <execution >
78
- <goals >
79
- <goal >check</goal >
80
- </goals >
81
- </execution >
82
- </executions >
83
- </plugin >
84
72
<plugin >
85
73
<groupId >net.revelc.code</groupId >
86
74
<artifactId >formatter-maven-plugin</artifactId >
268
256
</pluginManagement >
269
257
</build >
270
258
<profiles >
259
+ <profile >
260
+ <id >security</id >
261
+ <build >
262
+ <plugins >
263
+ <plugin >
264
+ <groupId >org.owasp</groupId >
265
+ <artifactId >dependency-check-maven</artifactId >
266
+ <version >6.5.3</version >
267
+ <configuration >
268
+ <skipSystemScope >true</skipSystemScope >
269
+ </configuration >
270
+ <executions >
271
+ <execution >
272
+ <goals >
273
+ <goal >check</goal >
274
+ </goals >
275
+ </execution >
276
+ </executions >
277
+ </plugin >
278
+ </plugins >
279
+ </build >
280
+ </profile >
271
281
<profile >
272
282
<id >release-profile</id >
273
283
<properties >
You can’t perform that action at this time.
0 commit comments