Skip to content

Commit 9662063

Browse files
authored
Merge pull request #22 from stalleyj/springboot
Only sign jar in deploy phase
2 parents 5a80ebd + 5968dc0 commit 9662063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<executions>
101101
<execution>
102102
<id>sign-artifacts</id>
103-
<phase>verify</phase>
103+
<phase>deploy</phase>
104104
<goals>
105105
<goal>sign</goal>
106106
</goals>

javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<executions>
119119
<execution>
120120
<id>sign-artifacts</id>
121-
<phase>verify</phase>
121+
<phase>deploy</phase>
122122
<goals>
123123
<goal>sign</goal>
124124
</goals>

0 commit comments

Comments
 (0)