You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2017/01/08 22:46:29 UTC

incubator-distributedlog git commit: Remove Xlint compiler arguments for building release

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 46ea899ba -> f34c3709e


Remove Xlint compiler arguments for building release


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/f34c3709
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/f34c3709
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/f34c3709

Branch: refs/heads/master
Commit: f34c3709eab59a88c538314d1ac2d203b236ce6e
Parents: 46ea899
Author: Sijie Guo <si...@twitter.com>
Authored: Sun Jan 8 14:46:02 2017 -0800
Committer: Sijie Guo <si...@twitter.com>
Committed: Sun Jan 8 14:46:02 2017 -0800

----------------------------------------------------------------------
 distributedlog-client/pom.xml | 7 -------
 distributedlog-core/pom.xml   | 6 ------
 2 files changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/f34c3709/distributedlog-client/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml
index 484f185..d8cc4e5 100644
--- a/distributedlog-client/pom.xml
+++ b/distributedlog-client/pom.xml
@@ -105,13 +105,6 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin.version}</version>
-        <configuration>
-          <compilerArguments>
-            <Werror />
-            <Xlint:deprecation />
-            <Xlint:unchecked />
-          </compilerArguments>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/f34c3709/distributedlog-core/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index e4a5e7a..b716720 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -170,12 +170,6 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin.version}</version>
-        <configuration>
-          <compilerArguments>
-            <Xlint:deprecation />
-            <Xlint:unchecked />
-          </compilerArguments>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>