Skip to content

Commit ebb0f0a

Browse files
newtorka-d
andauthored
Remove unnecessary steps (#115)
Co-authored-by: Alexander Dümont <[email protected]>
1 parent ac0c417 commit ebb0f0a

File tree

5 files changed

+1
-239
lines changed

5 files changed

+1
-239
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,6 @@ jobs:
6464
exit 1
6565
fi
6666
67-
- name: "Checkstyle"
68-
run: |
69-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} ${{ env.MVN_SKIP_CI_PLUGINS }} -P!build-test-modules org.apache.maven.plugins:maven-checkstyle-plugin:checkstyle"
70-
mvn $MVN_ARGS
71-
python .pipeline/scripts/print-checkstyle.py
72-
73-
- name: "PMD"
74-
run: |
75-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} ${{ env.MVN_SKIP_CI_PLUGINS }} org.apache.maven.plugins:maven-pmd-plugin:pmd"
76-
mvn $MVN_ARGS
77-
python .pipeline/scripts/print-pmd.py
78-
79-
- name: "Spotbugs"
80-
run: |
81-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} ${{ env.MVN_SKIP_CI_PLUGINS }} com.github.spotbugs:spotbugs-maven-plugin:spotbugs"
82-
mvn $MVN_ARGS
83-
python .pipeline/scripts/print-spotbugs.py
84-
8567
- name: "Run Unit Tests"
8668
run: |
8769
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} org.jacoco:jacoco-maven-plugin:prepare-agent surefire:test org.jacoco:jacoco-maven-plugin:report"

.pipeline/config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,4 @@ steps:
77
mavenExcludedScopes: ["provided", "test"]
88
failOn: ['BLOCKER', 'CRITICAL', 'MAJOR']
99
versioningModel: "major"
10-
detectTools: ['DETECTOR', 'BINARY_SCAN']
11-
12-
stages:
13-
codeCheck:
14-
checkstyle:
15-
high: '0'
16-
normal: '0'
17-
low: '0'
18-
spotbugs:
19-
high: '0'
20-
normal: '0'
21-
low: '0'
22-
pmd:
23-
high: '0'
24-
normal: '0'
25-
low: '0'
10+
detectTools: ['DETECTOR', 'BINARY_SCAN']

.pipeline/scripts/print-checkstyle.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

.pipeline/scripts/print-pmd.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

.pipeline/scripts/print-spotbugs.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)