Turn off proguard verbose output.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/35296501 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/35296501 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/35296501 Branch: refs/heads/master Commit: 3529650119a0096f1b98748ace7c800d019fe905 Parents: 15eeb9d Author: Jacques Nadeau <[email protected]> Authored: Sun Aug 24 10:45:01 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Sun Aug 24 10:45:01 2014 -0700 ---------------------------------------------------------------------- exec/jdbc-all/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/35296501/exec/jdbc-all/pom.xml ---------------------------------------------------------------------- diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index 2a045ac..d767977 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -207,7 +207,6 @@ <outputDirectory>${project.build.directory}</outputDirectory> <maxMemory>6g</maxMemory> <options> - <option>-verbose</option> <option>-dontobfuscate</option> <option>-dontoptimize</option> <option>-ignorewarnings</option>
