[java-identity-provider] 02/03: IDP-2147 - Set suppress.validation to true

Tom Zeller tzeller at dragonacea.biz
Fri Apr 12 00:42:57 UTC 2024


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

tzeller pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

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

commit 3b572e48debcaea9686c8a18cb2540dd931bb923
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Apr 11 19:38:50 2024 -0500

    IDP-2147 - Set suppress.validation to true
    
    https://shibboleth.atlassian.net/browse/IDP-2147
---
 idp-msi/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 5141a7f42..1dc34142d 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -23,7 +23,7 @@
         <!-- msi Version  - CHANGE IN LOCKSTEP WITH THE VERSION ABOVE
              99 is shorthand for SNAPSHOT
         -->
-        <supress.validation>false</supress.validation>
+        <supress.validation>true</supress.validation>
         <msi.version>5.1.1.99</msi.version>
         <maven-gpg-plugin.version>3.2.3</maven-gpg-plugin.version>
     </properties>
@@ -169,7 +169,9 @@
                                 <configuration>
                                     <url>https://build.shibboleth.net/nexus-proxy/content/repositories/snapshots</url>
                                     <repositoryId>snapshot</repositoryId>
+                                    <!--
                                     <file>${project.basedir}/target/shibboleth-identity-provider-${project.version}-x64.msi</file>
+                                    -->
                                     <groupId>net.shibboleth.idp</groupId>
                                     <artifactId>idp-msi</artifactId>
                                     <version>${project.version}</version>

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


More information about the commits mailing list