Skip to content

Commit 065584b

Browse files
committed
ApiDocs fixes
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent 3aaa3f9 commit 065584b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,18 +473,23 @@
473473
<doctitle>Jersey ${jersey.version} API Documentation</doctitle>
474474
<windowtitle>Jersey ${jersey.version} API</windowtitle>
475475
<bottom>
476-
<![CDATA[Copyright &#169; 2007-2021,
476+
<![CDATA[Copyright &#169; 2007-2023,
477477
<a href="http://www.oracle.com">Oracle</a>
478478
and/or its affiliates.
479479
All Rights Reserved. Use is subject to license terms.]]>
480480
</bottom>
481481
<links>
482482
<link>https://jakartaee.github.io/rest/apidocs/2.1.6/</link>
483483
<link>https://javaee.github.io/hk2/apidocs/</link>
484+
<link>https://eclipse-ee4j.github.io/jersey.github.io/apidocs/latest/jersey/</link>
484485
</links>
485486
<excludePackageNames>
486-
*.internal.*:*.tests.*
487+
*.internal.*:*.innate.*:*.tests.*
487488
</excludePackageNames>
489+
<includeDependencySources>false</includeDependencySources>
490+
<dependencySourceIncludes>
491+
<dependencySourceInclude>org.glassfish.jersey.*:*</dependencySourceInclude>
492+
</dependencySourceIncludes>
488493
<sourceFileExcludes>
489494
<exclude>bundles/**</exclude>
490495
<fileExclude>module-info.java</fileExclude>

0 commit comments

Comments
 (0)