Skip to content

Commit

Permalink
- remove unused mac zip production.
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Aug 11, 2024
1 parent a2cb8dd commit e7b5dc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
40 changes: 0 additions & 40 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1197,26 +1197,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<finalName>MediathekView-${project.version}-mac</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/assembly/dep_mac.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>create-archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -1336,26 +1316,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<finalName>MediathekView-${project.version}-mac</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/assembly/dep_mac.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>create-archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down
32 changes: 0 additions & 32 deletions src/assembly/dep_mac.xml

This file was deleted.

0 comments on commit e7b5dc2

Please sign in to comment.