Skip to content

Commit f4bf40a

Browse files
committed
remove duplicate plugin
1 parent 868906e commit f4bf40a

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

nalu-processor/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -253,25 +253,6 @@
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>

0 commit comments

Comments
 (0)