Skip to content

Commit ff7e9c7

Browse files
committed
Do not sign an artifact which will not be deployed.
1 parent 9e729c7 commit ff7e9c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jenkins-client-it-docker/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
</dependencies>
7373
<build>
7474
<plugins>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-gpg-plugin</artifactId>
78+
<configuration>
79+
<skip>true</skip>
80+
</configuration>
81+
</plugin>
7582
<plugin>
7683
<groupId>org.apache.maven.plugins</groupId>
7784
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)