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

30 lines
989 B
Diff
Raw Normal View History

2022-12-22 21:28:28 +00:00
diff --git a/pom.xml b/pom.xml
2023-05-29 16:14:12 +00:00
index a5a8c2f082..70d01e306e 100644
2022-12-22 21:28:28 +00:00
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
2023-05-29 16:14:12 +00:00
<version>3.1.0</version>
2022-12-22 21:28:28 +00:00
<executions>
<execution>
- <phase>verify</phase>
+ <phase>none</phase>
<goals>
<goal>sign</goal>
</goals>
@@ -195,6 +195,7 @@
</configuration>
<executions>
<execution>
2023-05-29 16:14:12 +00:00
+ <phase>none</phase>
2022-12-22 21:28:28 +00:00
<goals>
<goal>check</goal>
</goals>
2023-05-29 16:14:12 +00:00
@@ -244,6 +245,7 @@
<version>1.17.0</version>
2022-12-22 21:28:28 +00:00
<executions>
<execution>
2023-05-29 16:14:12 +00:00
+ <phase>none</phase>
2022-12-22 21:28:28 +00:00
<goals>
<goal>check</goal>
</goals>