You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by za...@apache.org on 2016/10/27 00:52:22 UTC

jclouds git commit: Remove PackageLocation check

Repository: jclouds
Updated Branches:
  refs/heads/master dff16876e -> af09f3a5a


Remove PackageLocation check


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

Branch: refs/heads/master
Commit: af09f3a5ab3d16bda33608bf847a0e8207f2147b
Parents: dff1687
Author: Zack Shoylev <za...@rackspace.com>
Authored: Wed Oct 26 16:37:07 2016 -0500
Committer: Zack Shoylev <za...@rackspace.com>
Committed: Wed Oct 26 19:51:45 2016 -0500

----------------------------------------------------------------------
 project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/af09f3a5/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 4eed21e..5378bc9 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -807,7 +807,8 @@
               <compilerArg>-Xep:NonCanonicalStaticImport:ERROR</compilerArg>
               <compilerArg>-Xep:NonFinalCompileTimeConstant:ERROR</compilerArg>
               <compilerArg>-Xep:Overrides:ERROR</compilerArg>
-              <compilerArg>-Xep:PackageLocation:ERROR</compilerArg>
+              <!-- Disabled because of internal error on Windows with 2.0.5, see https://github.com/google/error-prone/issues/432 -->
+              <!-- <compilerArg>-Xep:PackageLocation:WARNING</compilerArg> -->
               <compilerArg>-Xep:PreconditionsCheckNotNull:ERROR</compilerArg>
               <compilerArg>-Xep:PreconditionsCheckNotNullPrimitive:ERROR</compilerArg>
               <compilerArg>-Xep:ProtoFieldNullComparison:ERROR</compilerArg>