Skip to content

Commit

Permalink
ApiDocs fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Sep 18, 2023
1 parent 73bdf5f commit f75e6fb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
<doctitle>Jersey ${jersey.version} API Documentation</doctitle>
<windowtitle>Jersey ${jersey.version} API</windowtitle>
<bottom>
<![CDATA[Copyright &#169; 2007-2021,
<![CDATA[Copyright &#169; 2007-2023,
<a href="http://www.oracle.com">Oracle</a>
and/or its affiliates.
All Rights Reserved. Use is subject to license terms.]]>
Expand All @@ -482,9 +482,15 @@
<link>https://jakartaee.github.io/rest/apidocs/2.1.6/</link>
<link>https://javaee.github.io/hk2/apidocs/</link>
</links>
<offlineLinks>
<offlineLink>
<url>https://eclipse-ee4j.github.io/jersey.github.io/apidocs/</url>
</offlineLink>
</offlineLinks>
<excludePackageNames>
*.internal.*:*.tests.*
*.internal.*:*.innate.*:*.tests.*
</excludePackageNames>
<includeDependencySources>true</includeDependencySources>
<sourceFileExcludes>
<exclude>bundles/**</exclude>
<fileExclude>module-info.java</fileExclude>
Expand Down

0 comments on commit f75e6fb

Please sign in to comment.