Skip to content

Commit 1f98383

Browse files
committed
fix: disable enforcer signature check
It was preventing non-SNAPSHOT builds from working. Our GPG key is not in Shibboleth's maven-dist-enforcer-data.
1 parent 15dccc9 commit 1f98383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

andrvotr-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
7171
<parentPomDir>${basedir}</parentPomDir>
7272
<tgzFiles>${project.build.directory}/${dist.plugin.finalName}.tar.gz</tgzFiles>
73-
<checkSignatures>true</checkSignatures>
73+
<checkSignatures>false</checkSignatures>
7474
<checkDependencies>true</checkDependencies>
7575
<listJarSources>true</listJarSources>
7676
<checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>

0 commit comments

Comments
 (0)