[java-identity-provider] branch main updated: IDP-2019 Get LDAPTIVE 2 build to pass the enforcer checks

Rod Widdowson rdw at steadingsoftware.com
Tue Oct 11 09:15:59 UTC 2022


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

rdw pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
     new d22926bbc IDP-2019 Get LDAPTIVE 2 build to pass the enforcer checks
d22926bbc is described below

commit d22926bbced700865ead93f55807302b998b857f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Oct 11 09:38:28 2022 +0100

    IDP-2019 Get LDAPTIVE 2 build to pass the enforcer checks
    
    https://shibboleth.atlassian.net/browse/IDP-2019
    
    Add the (maven) classifiers use netty; theser are the
    somewhat funky '-linux-x86_64' and '-osx-x86_64'
---
 idp-distribution/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 2674494ac..da89773f6 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -300,6 +300,7 @@
                                     <checkDependencies>true</checkDependencies>
                                     <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
                                     <versionExtensions>-SNAPSHOT -GA -jre -empty-to-avoid-conflict-with-guava -M6</versionExtensions>
+                                    <classifiers>-linux-x86_64 -osx-x86_64</classifiers>
                                     <listJarSources>false</listJarSources>
                                     <checkM2>false</checkM2>
                                 </jarEnforcer>

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


More information about the commits mailing list