Update Maven configuration to disable error failures and modify GitHub Actions workflow to skip GPG signing and tests during the build process.

This commit is contained in:
amithkoujalgi
2025-10-20 22:57:42 +05:30
parent a0c1184e7b
commit 7c0c4e38ed
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
<configuration>
<!-- to disable the "missing" warnings. Remove the doclint to enable warnings-->
<doclint>all,-missing</doclint>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>