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 6868 <activation >
6969 <activeByDefault >false</activeByDefault >
7070 </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 >
8571 <build >
8672 <plugins >
8773 <!-- Turn on error-prone -->
9480 <compilerArgs >
9581 <arg >-XDcompilePolicy=simple</arg >
9682 <!-- 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 >
9884 </compilerArgs >
9985 <annotationProcessorPaths >
10086 <path >
You can’t perform that action at this time.
0 commit comments