File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -233,11 +233,6 @@ jobs:
233233 " mvn_goal " : " org.apache.maven.plugins:maven-pmd-plugin:pmd" ,
234234 " report " : " .pipeline/scripts/print-pmd.py"
235235 }
236- - {
237- " name " : " Spotbugs" ,
238- " mvn_goal " : " com.github.spotbugs:spotbugs-maven-plugin:spotbugs" ,
239- " report " : " .pipeline/scripts/print-spotbugs.py"
240- }
241236 name : " Run ${{ matrix.task.name }} Analysis"
242237 steps :
243238 - name : " Checkout repository"
@@ -355,16 +350,6 @@ jobs:
355350 working-directory : ./example-${{ matrix.task.archetype }}
356351 run : mvn test -B -Dsurefire.logLevel='error'
357352
358- - name : " Spotbugs ${{ matrix.task.archetype }}"
359- working-directory : ./example-${{ matrix.task.archetype }}
360- # JONAS: remove exit 0 here
361- run : >
362- exit 0
363-
364- mvn com.github.spotbugs:spotbugs-maven-plugin:check -B
365- -Dhttp.keepAlive=false
366- -Dmaven.wagon.http.pool=false
367-
368353 - name : " Start ${{ matrix.task.archetype }}"
369354 working-directory : ./example-${{ matrix.task.archetype }}/application
370355 run : |
You can’t perform that action at this time.
0 commit comments