[java-identity-provider] 01/03: JMVN-1 Exbed Keyrings from tested repository

Rod Widdowson rdw at steadingsoftware.com
Mon Dec 6 15:30:10 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/JMVN-7.JMVN-1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2e1f7282a661b28e9268681f118bd4438666ab82

commit 2e1f7282a661b28e9268681f118bd4438666ab82
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Dec 5 14:39:30 2021 +0000

    JMVN-1 Exbed Keyrings from tested repository
    
    https://shibboleth.atlassian.net/browse/JMVN-1
    
    Add the keryring for the artifact and change the pom
---
 idp-distribution/pom.xml                        |   7 +++++--
 idp-distribution/src/main/enforcer/shibKeys.gpg | Bin 0 -> 55209 bytes
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 07512a4f8..e38f6206d 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -254,7 +254,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>2.1.0</version>
+                        <version>3.0.0-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -267,7 +267,10 @@
                         <configuration>
                             <rules>
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
-                                    <enforcerData>${basedir}/src/main/enforcer</enforcerData>
+                                    <dataGroupId>net.shibboleth.gpg</dataGroupId>
+                                    <dataArtifactId>gpgdata</dataArtifactId>
+                                    <dataVersion>1.0.0</dataVersion>
+                                    <dataKeyRing>${basedir}/src/main/enforcer/shibKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/../idp-parent</parentPomDir>
                                     <jarDirs>${project.build.directory}/${idp.finalName}/bin/lib ${project.build.directory}/${idp.finalName}/webapp/WEB-INF/lib</jarDirs>
                                     <checkSignatures>true</checkSignatures>
diff --git a/idp-distribution/src/main/enforcer/shibKeys.gpg b/idp-distribution/src/main/enforcer/shibKeys.gpg
new file mode 100644
index 000000000..6669d1ef5
Binary files /dev/null and b/idp-distribution/src/main/enforcer/shibKeys.gpg differ

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list