[java-idp-plugin-totp] branch main updated: JPAR-182 Check our Distributions for consistency

Rod Widdowson rdw at steadingsoftware.com
Tue Sep 28 15:41:54 UTC 2021


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

rdw pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=e5f5427b474b0fa690dc22ce0fedf1ec10eb72b3

The following commit(s) were added to refs/heads/main by this push:
       new  e5f5427   JPAR-182 Check our Distributions for consistency
e5f5427 is described below

commit e5f5427b474b0fa690dc22ce0fedf1ec10eb72b3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 25 16:46:27 2021 +0100

    JPAR-182 Check our Distributions for consistency
    
    https://shibboleth.atlassian.net/browse/JPAR-182
    
    Signature check the dependencies
---
 totp-dist/pom.xml                                  |  32 +++++++++++++++++++++
 .../main/enforcer/keyRings/com.warrenstrange.gpg   | Bin 0 -> 1247 bytes
 2 files changed, 32 insertions(+)

diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 0427933..45b8c92 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -67,6 +67,38 @@
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>net.shibboleth.maven.enforcer.rules</groupId>
+                        <artifactId>maven-dist-enforcer</artifactId>
+                        <version>2.0.0</version>
+                    </dependency>
+                </dependencies>
+                <executions>
+                    <execution>
+                        <id>totp-enforce</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
+                                    <enforcerData>${basedir}/src/main/enforcer</enforcerData>
+                                    <parentPomDir>${basedir}/..</parentPomDir>
+                                    <jarDirs>${basedir}/../totp-impl/target/dependency</jarDirs>
+                                    <checkSignatures>true</checkSignatures>
+                                    <checkDependencies>false</checkDependencies>
+                                    <listJarSources>false</listJarSources>
+                                </jarEnforcer>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
 
     </build>
diff --git a/totp-dist/src/main/enforcer/keyRings/com.warrenstrange.gpg b/totp-dist/src/main/enforcer/keyRings/com.warrenstrange.gpg
new file mode 100644
index 0000000..0739412
Binary files /dev/null and b/totp-dist/src/main/enforcer/keyRings/com.warrenstrange.gpg differ

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


More information about the commits mailing list