File: disable_shade_jar.patch

package info (click to toggle)
afterburner.fx 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 472 kB
  • sloc: java: 1,201; xml: 208; makefile: 4; sh: 1
file content (18 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,7 @@
                     </execution>
                 </executions>
             </plugin>
+            <!-- Debian does not build a shaded JAR
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
@@ -125,6 +126,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>