This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch release-2.3.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.3.0 by this push:
     new 7da24e6  [BEAM-3551] Define compiler -parameters flag in the default 
options
7da24e6 is described below

commit 7da24e630ee954adb577b78d4f2b472e51db5742
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Fri Feb 2 10:32:07 2018 +0100

    [BEAM-3551] Define compiler -parameters flag in the default options
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e9000f..dbce3c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1462,7 +1462,6 @@
               <arg>-Xlint:-try</arg>
               <arg>-Xlint:-unchecked</arg>
               <arg>-Xlint:-varargs</arg>
-             <arg>-parameters</arg>
               <!-- Uncomment the following args to display more warnings. -->
               <!-- -Xmaxwarns -->
               <!-- 10000 -->
@@ -1482,6 +1481,7 @@
               <configuration>
                 <compilerArgs>
                   <arg>${compiler.default.pkginfo.flag}</arg>
+                  <arg>-parameters</arg>
                 </compilerArgs>
                 <excludes>
                   <exclude>${compiler.default.exclude}</exclude>

-- 
To stop receiving notification emails like this one, please contact
jbono...@apache.org.

Reply via email to