Repository: jclouds
Updated Branches:
  refs/heads/master 770489365 -> 5ef5f5423


Disabling annotation processing lint warnings

Eliminates 138 warnings of the form:

warning: No processor claimed any of these annotations:


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

Branch: refs/heads/master
Commit: 5ef5f5423cb4ec7dc747ecbfa29253adc35951ef
Parents: ff8fe23
Author: Andrew Gaul <[email protected]>
Authored: Thu Sep 7 13:53:53 2017 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Thu Sep 7 23:51:50 2017 -0700

----------------------------------------------------------------------
 project/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/5ef5f542/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index c47c04a..d1e202a 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -740,6 +740,7 @@
             <compilerArgs>
               <compilerArg>-Xlint</compilerArg>
               <compilerArg>-Xlint:-deprecation</compilerArg>
+              <compilerArg>-Xlint:-processing</compilerArg>
               <compilerArg>-Xlint:-rawtypes</compilerArg>
               <compilerArg>-Xlint:-serial</compilerArg>
               <compilerArg>-Xlint:-unchecked</compilerArg>

Reply via email to