File: 02-ignore-xlint-settings.patch

package info (click to toggle)
bookkeeper 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, stretch
  • size: 4,488 kB
  • sloc: java: 49,186; sh: 1,794; xml: 1,529; python: 520; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Removes the Xlint settings to work around a parser bug in maven-debian-helper
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -62,8 +62,6 @@
           <target>1.7</target>
           <compilerArguments>
 	    <Werror />
-	    <Xlint:deprecation />
-	    <Xlint:unchecked />
 	  </compilerArguments>
         </configuration>
       </plugin>