File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ jobs:
127127 with :
128128 name : surefire-report
129129 path : target/surefire-reports/
130+
130131 owasp :
131132 runs-on : ubuntu-latest
132133 timeout-minutes : 8
Original file line number Diff line number Diff line change 253253 </execution >
254254 </executions >
255255 </plugin >
256- <plugin >
257- <groupId >org.apache.maven.plugins</groupId >
258- <artifactId >maven-surefire-plugin</artifactId >
259- <version >${plugin.version.surfire} </version >
260- <!-- <executions>-->
261- <!-- <execution>-->
262- <!-- <id>unit-tests</id>-->
263- <!-- <goals>-->
264- <!-- <goal>test</goal>-->
265- <!-- </goals>-->
266- <!-- <phase>test</phase>-->
267- <!-- </execution>-->
268- <!-- </executions>-->
269- <!-- <configuration>-->
270- <!-- <includes>-->
271- <!-- <include>**/AllTests.java</include>-->
272- <!-- </includes>-->
273- <!-- </configuration>-->
274- </plugin >
275256 <plugin >
276257 <groupId >org.apache.maven.plugins</groupId >
277258 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments