[java-identity-provider] 06/07: GEN-330 Build Windows installers in our standard flow
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 16 14:34:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw 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=215639cbfd110acd36e2e117b6e373a24d4df21b
commit 215639cbfd110acd36e2e117b6e373a24d4df21b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 15 14:03:54 2023 +0000
GEN-330 Build Windows installers in our standard flow
https://shibboleth.atlassian.net/browse/GEN-330
Suppress ICE checks with a property (so we can do it in CI)
---
idp-msi/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 207caa8a9..bda0a77b3 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -23,6 +23,7 @@
<!-- msi Version - CHANGE IN LOCKSTEP WITH THE VERSION ABOVE
99 is shorthand for SNAPSHOT
-->
+ <supress.validation>false</supress.validation>
<msi.version>5.1.0.99</msi.version>
</properties>
@@ -81,6 +82,7 @@
<arguments>
<argument>clean</argument>
<argument>src/main/wix/idp.vcxproj</argument>
+ <argument>/p:SuppressValidation=${supress.validation}</argument>
</arguments>
</configuration>
</execution>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list