[java-identity-provider] 07/07: GEN-330 Build Windows installers in our standard flow

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 14:34:19 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=5aae5fd680fd4cdc6dc0bf3cc325abef47a5ba65

commit 5aae5fd680fd4cdc6dc0bf3cc325abef47a5ba65
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 16 14:25:31 2024 +0000

    GEN-330 Build Windows installers in our standard flow
    
    https://shibboleth.atlassian.net/browse/GEN-330
    
    Don't zip up the MSI, we'll document to push to nexus
---
 idp-msi/pom.xml                   | 25 -------------------------
 idp-msi/src/main/assembly/zip.xml | 19 -------------------
 2 files changed, 44 deletions(-)

diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index bda0a77b3..4e09b072c 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -125,31 +125,6 @@
                             </execution>
                         </executions>
                     </plugin>
-                    <!-- Assemble the artifacts. -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <configuration>
-                            <appendAssemblyId>false</appendAssemblyId>
-                            <descriptors>
-                                <descriptor>src/main/assembly/zip.xml</descriptor>
-                            </descriptors>
-			    <!-- Turn off compression -->
-			    <archiverConfig>
-				<compress>false</compress>
-			    </archiverConfig>
-                            <tarLongFileMode>gnu</tarLongFileMode>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>make-assembly</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
                 </plugins>
             </build>
         </profile>
diff --git a/idp-msi/src/main/assembly/zip.xml b/idp-msi/src/main/assembly/zip.xml
deleted file mode 100644
index 788d73587..000000000
--- a/idp-msi/src/main/assembly/zip.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
-    <id>zip</id>
-    <formats>
-        <format>zip</format>
-    </formats>
-    <fileSets>
-        <fileSet>
-	    <directory>${project.build.directory}</directory>
-            <outputDirectory></outputDirectory>
-            <includes>
-                <include>/shibboleth-identity-provider-${project.version}-x64.msi</include>
-            </includes>
-            <lineEnding>windows</lineEnding>
-        </fileSet>
-    </fileSets>
-    <includeBaseDirectory>false</includeBaseDirectory>
-</assembly>

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


More information about the commits mailing list