Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 5c2b963

Browse files
author
Matthias Böckmann
committed
Removing automated execution of signing process
1 parent 552daae commit 5c2b963

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
<keyname>${gpg.keyname}</keyname>
135135
<passphraseServerId>${gpg.keyname}</passphraseServerId>
136136
</configuration>
137+
<!-- No automated execution for now to make sure that the build succeeds on all machines
137138
<executions>
138139
<execution>
139140
<id>sign-artifacts</id>
@@ -143,6 +144,7 @@
143144
</goals>
144145
</execution>
145146
</executions>
147+
-->
146148
</plugin>
147149
</plugins>
148150
</build>

0 commit comments

Comments
 (0)