[java-identity-provider] branch main updated: IDP-2013 (jar enforcer) Dependency check fails for idp-installer.

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 28 13:57:21 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=dcc4ab983f58aef954a714d03d2e09955b0c5355

The following commit(s) were added to refs/heads/main by this push:
     new dcc4ab983 IDP-2013 (jar enforcer) Dependency check fails for idp-installer.
dcc4ab983 is described below

commit dcc4ab983f58aef954a714d03d2e09955b0c5355
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 28 14:55:54 2022 +0100

    IDP-2013 (jar enforcer) Dependency check fails for idp-installer.
    
    https://shibboleth.atlassian.net/browse/IDP-2013
    
    Turn on <useBaseVersion> for the dependency copy
---
 idp-distribution/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 5865b0251..2674494ac 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -188,6 +188,7 @@
                             <goal>copy</goal>
                         </goals>
                         <configuration>
+                            <useBaseVersion>true</useBaseVersion>
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>${project.groupId}</groupId>
@@ -296,7 +297,7 @@
                                     <zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
                                     <tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
                                     <checkSignatures>false</checkSignatures>
-                                    <checkDependencies>false</checkDependencies>
+                                    <checkDependencies>true</checkDependencies>
                                     <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
                                     <versionExtensions>-SNAPSHOT -GA -jre -empty-to-avoid-conflict-with-guava -M6</versionExtensions>
                                     <listJarSources>false</listJarSources>

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


More information about the commits mailing list