Skip to content

Commit 9afff6f

Browse files
authored
Merge pull request #363 from databendlabs/fix/release-jar
fix: release jar to github
2 parents 79a14b9 + ff65808 commit 9afff6f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,9 @@
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-gpg-plugin</artifactId>
219-
<version>3.1.0</version>
220-
<executions>
221-
<execution>
222-
<id>sign-artifacts</id>
223-
<phase>verify</phase>
224-
<goals>
225-
<goal>sign</goal>
226-
</goals>
227-
</execution>
228-
</executions>
219+
<configuration>
220+
<skip>true</skip>
221+
</configuration>
229222
</plugin>
230223
<plugin>
231224
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)