Skip to content

Commit

Permalink
Merge pull request #1013 from anusreelakshmi934/suppressLMPWarnings
Browse files Browse the repository at this point in the history
Suppress the signature verification warnings
  • Loading branch information
anusreelakshmi934 authored Oct 14, 2024
2 parents 91f674c + 6c0e3d9 commit 4a2ce12
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/resources/files/smNLTRestProject/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<!-- To Suppress the signature verification warnings -->
<configuration>
<features>
<verify>skip</verify>
</features>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 4 additions & 0 deletions src/test/resources/projects/maven/jakarta-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<!-- To Suppress the signature verification warnings -->
<configuration>
<features>
<verify>skip</verify>
</features>
<runtimeArtifact>
<groupId>io.openliberty.beta</groupId>
<artifactId>openliberty-jakartaee9</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions src/test/resources/projects/maven/singleModMavenMP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<!-- To Suppress the signature verification warnings -->
<configuration>
<features>
<verify>skip</verify>
</features>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 4a2ce12

Please sign in to comment.