File: 01-disable-takari-lifecycle.patch

package info (click to toggle)
biglybt 3.8.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,020 kB
  • sloc: java: 712,497; xml: 840; sh: 327; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Use the standard Maven lifecycle since the takari plugin isn't in Debian
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
diff --git a/core/pom.xml b/core/pom.xml
index 6102a53e..99570068 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -2,7 +2,7 @@
 		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>biglybt-core</artifactId>
-	<packaging>takari-jar</packaging>
+	<packaging>jar</packaging>
 	<name>BiglyBT - Core</name>
 
 	<parent>
diff --git a/uis/pom.xml b/uis/pom.xml
index a6993681..e765aae2 100644
--- a/uis/pom.xml
+++ b/uis/pom.xml
@@ -2,7 +2,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>biglybt-ui</artifactId>
-    <packaging>takari-jar</packaging>
+    <packaging>jar</packaging>
     <name>BiglyBT - UI</name>
 
     <parent>