[java-idp-jetty-base] branch dev/IDP-2147 updated: GEN-330 Build Windows installers in our standard flow
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 15 13:58:47 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-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=c4426d2645c31deb4aa980b7298a5a501d819550
The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
new c4426d2 GEN-330 Build Windows installers in our standard flow
c4426d2 is described below
commit c4426d2645c31deb4aa980b7298a5a501d819550
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 15 13:57:07 2023 +0000
GEN-330 Build Windows installers in our standard flow
https://shibboleth.atlassian.net/browse/GEN-330
Supress ICE checks with a property (so we can do it in CI)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index da5f491..594d9e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
<procrun.version>1.3.4</procrun.version>
<procrun.classifier>bin-windows</procrun.classifier>
<jetty.version>11.0.18</jetty.version>
+ <supress.validation>false</supress.validation>
</properties>
<dependencies>
@@ -199,7 +200,7 @@
<arguments>
<argument>build</argument>
<argument>src/main/wix/wix.vcxproj</argument>
- <argument>/p:JettyVersion=${jetty.version}</argument>
+ <argument>/p:JettyVersion=${jetty.version},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