[java-identity-provider] branch dev/IDP-2147 updated: GEN-330 Build Windows installers in our standard flow
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 15 14:04:09 UTC 2023
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=918fc8bf37f3d3d11a8ea314776c6705910fd63e
The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
new 918fc8bf3 GEN-330 Build Windows installers in our standard flow
918fc8bf3 is described below
commit 918fc8bf37f3d3d11a8ea314776c6705910fd63e
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 2c730da91..b3403c97b 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