[java-idp-jetty-base] 02/05: IDP-1865 Update windows installer to Jetty 9.4.44

Rod Widdowson rdw at steadingsoftware.com
Mon Oct 25 15:49:21 UTC 2021


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

rdw pushed a commit to branch 9.4-windows
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=8ecda43bf58e67e3b779ede31ead136ef1ef1386

commit 8ecda43bf58e67e3b779ede31ead136ef1ef1386
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 25 10:52:14 2021 +0100

    IDP-1865 Update windows installer to Jetty 9.4.44
    
    https://shibboleth.atlassian.net/browse/IDP-1865
    
    Wire up jar sig enforcer to build.
---
 pom.xml                                            |  32 +++++++++++++++++++++
 src/main/enforcer/keyRings/ch.qos.logback.gpg      | Bin 0 -> 1175 bytes
 .../keyRings/net.shibboleth.utilities.jetty9.gpg   | Bin 0 -> 4552 bytes
 src/main/enforcer/keyRings/org.slf4j.gpg           | Bin 0 -> 1175 bytes
 4 files changed, 32 insertions(+)

diff --git a/pom.xml b/pom.xml
index 866690d..96b7179 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,38 @@
                     </execution>
                 </executions>
             </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.1.0</version>
+                    </dependency>
+                </dependencies>
+                <executions>
+                    <execution>
+                        <id>idp-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>${project.build.directory}/idp-jetty-base/jetty-base/lib/ext ${project.build.directory}/idp-jetty-base/jetty-base/lib/logback ${project.build.directory}/idp-jetty-base/jetty-base/lib/slf4j bin/lib </jarDirs>
+                                    <checkSignatures>true</checkSignatures>
+                                    <checkDependencies>false</checkDependencies>
+                                    <listJarSources>false</listJarSources>
+                                </jarEnforcer>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/src/main/enforcer/keyRings/ch.qos.logback.gpg b/src/main/enforcer/keyRings/ch.qos.logback.gpg
new file mode 100644
index 0000000..c58b3a6
Binary files /dev/null and b/src/main/enforcer/keyRings/ch.qos.logback.gpg differ
diff --git a/src/main/enforcer/keyRings/net.shibboleth.utilities.jetty9.gpg b/src/main/enforcer/keyRings/net.shibboleth.utilities.jetty9.gpg
new file mode 100644
index 0000000..6d13962
Binary files /dev/null and b/src/main/enforcer/keyRings/net.shibboleth.utilities.jetty9.gpg differ
diff --git a/src/main/enforcer/keyRings/org.slf4j.gpg b/src/main/enforcer/keyRings/org.slf4j.gpg
new file mode 100644
index 0000000..c58b3a6
Binary files /dev/null and b/src/main/enforcer/keyRings/org.slf4j.gpg differ

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


More information about the commits mailing list