oss-fuzz/projects/htmlunit/patch-disable-pgp.diff

30 lines
989 B
Diff

diff --git a/pom.xml b/pom.xml
index a5a8c2f082..70d01e306e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<version>3.1.0</version>
<executions>
<execution>
- <phase>verify</phase>
+ <phase>none</phase>
<goals>
<goal>sign</goal>
</goals>
@@ -195,6 +195,7 @@
</configuration>
<executions>
<execution>
+ <phase>none</phase>
<goals>
<goal>check</goal>
</goals>
@@ -244,6 +245,7 @@
<version>1.17.0</version>
<executions>
<execution>
+ <phase>none</phase>
<goals>
<goal>check</goal>
</goals>