File tree Expand file tree Collapse file tree 6 files changed +31
-35
lines changed
Expand file tree Collapse file tree 6 files changed +31
-35
lines changed Original file line number Diff line number Diff line change 414414 </testResource >
415415 </testResources >
416416 <plugins >
417- <plugin >
418- <groupId >org.apache.maven.plugins</groupId >
419- <artifactId >maven-compiler-plugin</artifactId >
420- <configuration >
421- <compilerArgs >
422- <arg >--add-opens</arg >
423- <arg >org.apache.hadoop/org.apache.hadoop.fs=ALL-UNNAMED</arg >
424- <arg >--add-opens</arg >
425- <arg >java.base/java.net=ALL-UNNAMED</arg >
426- </compilerArgs >
427- </configuration >
428- </plugin >
429417 <plugin >
430418 <groupId >org.apache.maven.plugins</groupId >
431419 <artifactId >maven-antrun-plugin</artifactId >
Original file line number Diff line number Diff line change 5151 <artifactId >mockito-inline</artifactId >
5252 <version >${iceberg.mockito-core.version} </version >
5353 </dependency >
54+ <dependency >
55+ <groupId >com.google.errorprone</groupId >
56+ <artifactId >error_prone_annotations</artifactId >
57+ <version >${google.errorprone.version} </version >
58+ <scope >provided</scope >
59+ </dependency >
5460 </dependencies >
5561 <dependencyManagement >
5662 <dependencies >
324330 <artifactId >error_prone_core</artifactId >
325331 <version >${google.errorprone.version} </version >
326332 </path >
327- <dependency >
333+ <path >
328334 <groupId >org.immutables</groupId >
329335 <artifactId >value</artifactId >
330336 <version >${immutables.value.version} </version >
331- </dependency >
337+ </path >
332338 </annotationProcessorPaths >
333339 </configuration >
334340 </plugin >
Original file line number Diff line number Diff line change 1717 <parent >
1818 <groupId >org.apache</groupId >
1919 <artifactId >apache</artifactId >
20- <version >23 </version >
20+ <version >35 </version >
2121 </parent >
2222 <groupId >org.apache.hive</groupId >
2323 <artifactId >hive</artifactId >
9797 <maven .build-helper.plugin.version>3.4.0</maven .build-helper.plugin.version>
9898 <maven .eclipse.plugin.version>2.10</maven .eclipse.plugin.version>
9999 <maven .exec.plugin.version>3.1.0</maven .exec.plugin.version>
100- <maven .compiler.plugin.version>3.14.0</maven .compiler.plugin.version>
101- <maven .javadoc.plugin.version>3.11.2</maven .javadoc.plugin.version>
102100 <maven .versions.plugin.version>2.16.0</maven .versions.plugin.version>
103101 <maven .shade.plugin.version>3.6.0</maven .shade.plugin.version>
104102 <maven .surefire.plugin.version>3.5.3</maven .surefire.plugin.version>
16071605 <artifactId >exec-maven-plugin</artifactId >
16081606 <version >${maven.exec.plugin.version} </version >
16091607 </plugin >
1610- <plugin >
1611- <groupId >org.apache.maven.plugins</groupId >
1612- <artifactId >maven-compiler-plugin</artifactId >
1613- <version >${maven.compiler.plugin.version} </version >
1614- </plugin >
16151608 <plugin >
16161609 <groupId >org.apache.maven.plugins</groupId >
16171610 <artifactId >maven-javadoc-plugin</artifactId >
1618- <version >${maven.javadoc.plugin.version} </version >
1611+ <configuration >
1612+ <source >${maven.compiler.source} </source >
1613+ <outputDirectory >${project.build.directory} /site</outputDirectory >
1614+ </configuration >
16191615 </plugin >
16201616 <plugin >
16211617 <groupId >com.github.os72</groupId >
Original file line number Diff line number Diff line change 609609 <artifactId >exec-maven-plugin</artifactId >
610610 <version >${maven.exec.plugin.version} </version >
611611 </plugin >
612- <plugin >
613- <groupId >org.apache.maven.plugins</groupId >
614- <artifactId >maven-compiler-plugin</artifactId >
615- <configuration >
616- <compilerArgs >
617- <arg >--add-exports</arg >
618- <arg >jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
619- </compilerArgs >
620- </configuration >
621- </plugin >
622612 </plugins >
623613 </pluginManagement >
624614 <plugins >
Original file line number Diff line number Diff line change 1717 <parent >
1818 <groupId >org.apache</groupId >
1919 <artifactId >apache</artifactId >
20- <version >23 </version >
20+ <version >35 </version >
2121 </parent >
2222 <groupId >org.apache.hive</groupId >
2323 <artifactId >hive-standalone-metastore</artifactId >
665665 </execution >
666666 </executions >
667667 </plugin >
668+ <plugin >
669+ <groupId >org.apache.maven.plugins</groupId >
670+ <artifactId >maven-javadoc-plugin</artifactId >
671+ <configuration >
672+ <source >${maven.compiler.source} </source >
673+ <outputDirectory >${project.build.directory} /site</outputDirectory >
674+ </configuration >
675+ </plugin >
668676 </plugins >
669677 </pluginManagement >
670678 <plugins >
Original file line number Diff line number Diff line change 1717 <parent >
1818 <groupId >org.apache</groupId >
1919 <artifactId >apache</artifactId >
20- <version >23 </version >
20+ <version >35 </version >
2121 </parent >
2222 <groupId >org.apache.hive</groupId >
2323 <artifactId >hive-storage-api</artifactId >
205205 <artifactId >maven-surefire-plugin</artifactId >
206206 <version >${maven.surefire.plugin.version} </version >
207207 </plugin >
208+ <plugin >
209+ <groupId >org.apache.maven.plugins</groupId >
210+ <artifactId >maven-javadoc-plugin</artifactId >
211+ <configuration >
212+ <source >${maven.compiler.source} </source >
213+ <outputDirectory >${project.build.directory} /site</outputDirectory >
214+ </configuration >
215+ </plugin >
208216 </plugins >
209217 </pluginManagement >
210218 <plugins >
You can’t perform that action at this time.
0 commit comments