File: 02-rename-jars.patch

package info (click to toggle)
javamail 1.6.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,856 kB
  • sloc: java: 70,543; xml: 3,812; jsp: 284; sh: 97; ansic: 73; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
Description: Do not rename the jars to avoid confusing maven-debian-helper
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/mailapi/pom.xml
+++ b/mailapi/pom.xml
@@ -175,7 +175,7 @@
             <plugin>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
-                    <finalName>${project.artifactId}</finalName>
+                    <!--<finalName>${project.artifactId}</finalName>-->
 		    <excludes>
 			<exclude>com/sun/mail/smtp/**</exclude>
 			<exclude>com/sun/mail/imap/**</exclude>
--- a/mailapijar/pom.xml
+++ b/mailapijar/pom.xml
@@ -139,7 +139,7 @@
             <plugin>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
-                    <finalName>${project.artifactId}</finalName>
+                    <!--<finalName>${project.artifactId}</finalName>-->
 		    <excludes>
 			<exclude>com/**</exclude>
 		    </excludes>
--- a/pom.xml
+++ b/pom.xml
@@ -470,7 +470,7 @@
 	    <plugin>
 		<artifactId>maven-jar-plugin</artifactId>
 		<configuration>
-		    <finalName>${project.artifactId}</finalName>
+		    <!--<finalName>${project.artifactId}</finalName>-->
 		    <archive>
 			<!--
 			    Configure the maven-jar-plugin to pick up