File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
hbase-build-configuration Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 68
68
<activation >
69
69
<activeByDefault >false</activeByDefault >
70
70
</activation >
71
- <dependencies >
72
- <dependency >
73
- <groupId >com.google.errorprone</groupId >
74
- <artifactId >error_prone_core</artifactId >
75
- <version >${error-prone.version} </version >
76
- <scope >provided</scope >
77
- <exclusions >
78
- <exclusion >
79
- <groupId >com.google.code.findbugs</groupId >
80
- <artifactId >jsr305</artifactId >
81
- </exclusion >
82
- </exclusions >
83
- </dependency >
84
- </dependencies >
85
71
<build >
86
72
<plugins >
87
73
<!-- Turn on error-prone -->
94
80
<compilerArgs >
95
81
<arg >-XDcompilePolicy=simple</arg >
96
82
<!-- All -Xep need to be on single line see: https://github.com/google/error-prone/pull/1115 -->
97
- <arg >-Xplugin:ErrorProne -XepDisableWarningsInGeneratedCode -Xep:FallThrough:OFF -Xep:MutablePublicArray:OFF -Xep:ClassNewInstance:ERROR -Xep:MissingDefault:ERROR -Xep:BanJNDI:WARN</arg >
83
+ <arg >-Xplugin:ErrorProne -XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*/target/.* - Xep:FallThrough:OFF -Xep:MutablePublicArray:OFF -Xep:ClassNewInstance:ERROR -Xep:MissingDefault:ERROR -Xep:BanJNDI:WARN</arg >
98
84
</compilerArgs >
99
85
<annotationProcessorPaths >
100
86
<path >
You can’t perform that action at this time.
0 commit comments