Skip to content

Commit

Permalink
ORC-1536: Remove hive-storage-api link from maven-javadoc-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Dec 3, 2023
1 parent dee2b0d commit 90870ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,16 +651,11 @@
<doclint>none</doclint>
<links>
<link>https://hadoop.apache.org/docs/r${hadoop.version}/api</link>
<link>https://orc.apache.org/api/hive-storage-api</link>
<link>https://orc.apache.org/api/orc-core</link>
<link>https://orc.apache.org/api/orc-mapreduce</link>
<link>https://orc.apache.org/api/orc-tools</link>
</links>
<offlineLinks>
<offlineLink>
<url>https://orc.apache.org/api/hive-storage-api</url>
<location>${javadoc.location}/api/hive-storage-api</location>
</offlineLink>
<offlineLink>
<url>https://orc.apache.org/api/orc-core</url>
<location>${javadoc.location}/api/orc-core</location>
Expand Down

0 comments on commit 90870ab

Please sign in to comment.