Skip to content

Commit 34485bf

Browse files
author
Nikolai Malygin
committed
change phase for pmd
1 parent 5fe0230 commit 34485bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
distribution: 'temurin'
2121
cache: maven
2222
- name: Build with Maven
23-
run: mvn clean verify
23+
run: mvn clean package

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ SOFTWARE.
120120
<version>3.24.0</version>
121121
<executions>
122122
<execution>
123+
<phase>package</phase>
123124
<goals>
124125
<goal>check</goal>
125126
<goal>cpd-check</goal>

0 commit comments

Comments
 (0)