[java-idp-jetty-base] branch dev/IDP-2147 updated: Tinker with pom to align a few names

Rod Widdowson rdw at steadingsoftware.com
Fri Nov 10 16:10:02 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=23db67de85438440d794b02079ceafe3453fa0c6

The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
     new 23db67d  Tinker with pom to align a few names
23db67d is described below

commit 23db67de85438440d794b02079ceafe3453fa0c6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Nov 10 16:09:53 2023 +0000

    Tinker with pom to align a few names
---
 pom.xml                   | 6 +++++-
 src/main/assembly/zip.xml | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b4ae28..da5f491 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
                                 </goals>
                                 <configuration>
                                     <target>
-                                        <copy file="src/main/wix/obj/Debug/wix.msi" tofile="${project.build.directory}/${project.build.finalName}.msi"/>
+                                        <copy file="src/main/wix/obj/Debug/wix.msi" tofile="${project.build.directory}/shibboleth-jetty-base-x64-${jetty.version}.msi"/>
                                     </target>
                                 </configuration>
                             </execution>
@@ -234,6 +234,10 @@
                             <descriptors>
                                 <descriptor>src/main/assembly/zip.xml</descriptor>
                             </descriptors>
+			    <!-- Turn off compression -->
+			    <archiverConfig>
+				<compress>false</compress>
+			    </archiverConfig>
                             <tarLongFileMode>gnu</tarLongFileMode>
                         </configuration>
                         <executions>
diff --git a/src/main/assembly/zip.xml b/src/main/assembly/zip.xml
index bba9cf2..e12dd74 100644
--- a/src/main/assembly/zip.xml
+++ b/src/main/assembly/zip.xml
@@ -10,7 +10,7 @@
 	    <directory>${project.build.directory}</directory>
             <outputDirectory></outputDirectory>
             <includes>
-                <include>*.msi</include>
+                <include>shibboleth-jetty-base-x64-${jetty.version}.msi</include>
             </includes>
             <lineEnding>windows</lineEnding>
         </fileSet>

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


More information about the commits mailing list