File: verbose-build.patch

package info (click to toggle)
google-http-client-java 1.32.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,124 kB
  • sloc: java: 23,860; xml: 2,532; python: 13; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Enable verbose build messages
Author: Olek Wojnar <olek@debian.org>
Forwarded: not-needed
Last-Update: 2020-07-16

--- a/pom.xml
+++ b/pom.xml
@@ -215,6 +215,8 @@
           <configuration>
             <source>1.7</source>
             <target>1.7</target>
+            <compilerArgument>-Xlint:all</compilerArgument>
+            <compilerArgument>-Xdiags:verbose</compilerArgument>
           </configuration>
         </plugin>
         <plugin>